Doxygen
|
#include <stdlib.h>
#include "docbookgen.h"
#include "doxygen.h"
#include "message.h"
#include "config.h"
#include "classlist.h"
#include "classdef.h"
#include "diagram.h"
#include "util.h"
#include "defargs.h"
#include "outputgen.h"
#include "dot.h"
#include "dotcallgraph.h"
#include "dotclassgraph.h"
#include "dotdirdeps.h"
#include "dotgroupcollaboration.h"
#include "dotincldepgraph.h"
#include "pagedef.h"
#include "filename.h"
#include "version.h"
#include "docbookvisitor.h"
#include "docparser.h"
#include "language.h"
#include "parserintf.h"
#include "arguments.h"
#include "memberlist.h"
#include "groupdef.h"
#include "memberdef.h"
#include "namespacedef.h"
#include "membername.h"
#include "membergroup.h"
#include "dirdef.h"
#include "section.h"
#include "dir.h"
宏定义 | |
#define | Docbook_DB(x) do {} while(0) |
#define | DB_GEN_C |
#define | DB_GEN_C1(x) |
#define | DB_GEN_C2(y) |
#define | DB_GEN_C2a(x, y) |
函数 | |
void | writeDocbookString (TextStream &t, const QCString &s) |
void | writeDocbookCodeString (TextStream &t, const QCString &str, int &col) |
static void | addIndexTerm (TextStream &t, QCString prim, QCString sec="") |
void | writeDocbookLink (TextStream &t, const QCString &, const QCString &compoundId, const QCString &anchorId, const QCString &text, const QCString &) |
#define DB_GEN_C |
在文件 docbookgen.cpp 第 67 行定义.
#define DB_GEN_C1 | ( | x | ) |
在文件 docbookgen.cpp 第 68 行定义.
#define DB_GEN_C2 | ( | y | ) |
在文件 docbookgen.cpp 第 69 行定义.
#define DB_GEN_C2a | ( | x, | |
y | |||
) |
在文件 docbookgen.cpp 第 70 行定义.
#define Docbook_DB | ( | x | ) | do {} while(0) |
在文件 docbookgen.cpp 第 55 行定义.
|
static |
在文件 docbookgen.cpp 第 122 行定义.
引用了 convertToDocBook().
被这些函数引用 DocbookGenerator::addIndexItem(), DocbookGenerator::endTitleHead() , 以及 DocbookGenerator::startMemberDoc().
|
inline |
在文件 docbookgen.cpp 第 80 行定义.
引用了 Config_getInt, QCString::data(), hex , 以及 QCString::isEmpty().
被这些函数引用 DocbookCodeGenerator::codify().
void writeDocbookLink | ( | TextStream & | t, |
const QCString & | , | ||
const QCString & | compoundId, | ||
const QCString & | anchorId, | ||
const QCString & | text, | ||
const QCString & | |||
) |
|
inline |
在文件 docbookgen.cpp 第 75 行定义.
引用了 convertToDocBook().
被这些函数引用 DocbookCodeGenerator::writeCodeLinkLine() , 以及 writeDocbookLink().