#include "Generators.h"
#include "Representation.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include <string>
Go to the source code of this file.
|
std::string | clang::doc::getAccess (AccessSpecifier AS) |
|
std::string | clang::doc::getTagType (TagTypeKind AS) |
|
std::string | clang::doc::genItalic (const Twine &Text) |
|
std::string | clang::doc::genEmphasis (const Twine &Text) |
|
std::string | clang::doc::genLink (const Twine &Text, const Twine &Link) |
|
std::string | clang::doc::genReferenceList (const llvm::SmallVectorImpl< Reference > &Refs) |
|
void | clang::doc::writeLine (const Twine &Text, raw_ostream &OS) |
|
void | clang::doc::writeNewLine (raw_ostream &OS) |
|
void | clang::doc::writeHeader (const Twine &Text, unsigned int Num, raw_ostream &OS) |
|
void | clang::doc::writeFileDefinition (const Location &L, raw_ostream &OS) |
|
void | clang::doc::writeDescription (const CommentInfo &I, raw_ostream &OS) |
|
void | clang::doc::genMarkdown (const EnumInfo &I, llvm::raw_ostream &OS) |
|
void | clang::doc::genMarkdown (const FunctionInfo &I, llvm::raw_ostream &OS) |
|
void | clang::doc::genMarkdown (const NamespaceInfo &I, llvm::raw_ostream &OS) |
|
void | clang::doc::genMarkdown (const RecordInfo &I, llvm::raw_ostream &OS) |
|
static GeneratorRegistry::Add< MDGenerator > | clang::doc::MD (MDGenerator::Format, "Generator for MD output.") |
|