Doxygen
|
#include "pagedef.h"
#include "groupdef.h"
#include "docparser.h"
#include "config.h"
#include "util.h"
#include "outputlist.h"
#include "doxygen.h"
#include "language.h"
#include "namespacedef.h"
#include "reflist.h"
#include "definitionimpl.h"
类 | |
class | PageDefImpl |
函数 | |
PageDef * | createPageDef (const QCString &f, int l, const QCString &n, const QCString &d, const QCString &t) |
PageDef * | toPageDef (Definition *d) |
const PageDef * | toPageDef (const Definition *d) |
PageDef* createPageDef | ( | const QCString & | f, |
int | l, | ||
const QCString & | n, | ||
const QCString & | d, | ||
const QCString & | t | ||
) |
在文件 pagedef.cpp 第 76 行定义.
被这些函数引用 addRelatedPage(), buildExampleList(), findMainPage() , 以及 generateOutputViaTemplate().
const PageDef* toPageDef | ( | const Definition * | d | ) |
在文件 pagedef.cpp 第 421 行定义.
PageDef* toPageDef | ( | Definition * | d | ) |
在文件 pagedef.cpp 第 408 行定义.
被这些函数引用 PageDefImpl::addInnerCompound(), NestingNodeContext::Private::addPages(), NestingNodeContext::Private::createPage(), DefinitionImpl::navigationPathAsString(), DefinitionImpl::pathFragment(), searchName(), SearchIndex::setCurrentDoc(), NavPathElemContext::Private::text() , 以及 validatingParseDoc().