Doxygen
|
Root node of documentation tree 更多...
#include <docparser.h>
Public 成员函数 | |
DocRoot (DocParser &parser, bool indent, bool sl) | |
Kind | kind () const override |
void | parse () |
bool | indent () const |
bool | singleLine () const |
bool | isEmpty () const |
Public 成员函数 继承自 CompAccept< DocRoot > | |
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 |
Private 属性 | |
bool | m_indent = false |
bool | m_singleLine = false |
Root node of documentation tree
在文件 docparser.h 第 1457 行定义.
|
inline |
在文件 docparser.h 第 1460 行定义.
|
inline |
在文件 docparser.h 第 1463 行定义.
引用了 m_indent.
被这些函数引用 RTFDocVisitor::visitPost() , 以及 RTFDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1465 行定义.
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1461 行定义.
引用了 DocNode::Kind_Root.
void DocRoot::parse | ( | ) |
在文件 docparser.cpp 第 7136 行定义.
引用了 DocPara::attribs(), DocParser::context, DBG, FALSE, DocParserContext::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find(), DocTokenizer::getLineNr(), DocParser::handleUnclosedStyleCommands(), SectionManager::instance(), QCString::isEmpty(), DocPara::isEmpty(), CompAccept< DocRoot >::m_children, DocNode::m_parser, DocPara::markFirst(), DocPara::markLast(), DocSection::parse(), DocInternal::parse(), DocPara::parse(), qPrint(), RetVal_Internal, RetVal_Paragraph, RetVal_Section, RetVal_Subsection, RetVal_Subsubsection, TokenInfo::sectionId, DocTokenizer::setStatePara(), QCString::startsWith(), Doxygen::subpageNestingLevel, TK_LISTITEM, DocParserContext::token, DocParser::tokenizer, TRUE , 以及 warn_doc_error().
被这些函数引用 validatingParseDoc().
|
inline |
|
private |
在文件 docparser.h 第 1468 行定义.
被这些函数引用 indent().
|
private |
在文件 docparser.h 第 1469 行定义.
被这些函数引用 singleLine().