Doxygen
|
Node representing an internal section of documentation 更多...
#include <docparser.h>
Public 成员函数 | |
DocInternal (DocParser &parser, DocNode *parent) | |
int | parse (int) |
Kind | kind () const override |
Public 成员函数 继承自 CompAccept< DocInternal > | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Node representing an internal section of documentation
在文件 docparser.h 第 1059 行定义.
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1064 行定义.
int DocInternal::parse | ( | int | level | ) |
在文件 docparser.cpp 第 3043 行定义.
引用了 DocParser::context, DBG, FALSE, DocParserContext::fileName, DocTokenizer::getLineNr(), DocPara::isEmpty(), CompAccept< DocInternal >::m_children, DocNode::m_parser, DocPara::markFirst(), DocPara::markLast(), DocSection::parse(), DocPara::parse(), RetVal_EndInternal, RetVal_Internal, RetVal_OK, RetVal_Paragraph, RetVal_Section, RetVal_Subsection, RetVal_Subsubsection, DocTokenizer::retvalToString(), TokenInfo::sectionId, Doxygen::subpageNestingLevel, TK_LISTITEM, DocParserContext::token, DocParser::tokenizer, TRUE , 以及 warn_doc_error().
被这些函数引用 DocSection::parse() , 以及 DocRoot::parse().