The DocRoot
Class Reference
Root node of documentation tree. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocRoot (DocParser *parser, bool indent, bool sl) | |
Public Member Functions Index
void | parse () |
bool | indent () const |
bool | singleLine () const |
bool | isEmpty () const |
Private Member Attributes Index
bool | m_indent = false |
bool | m_singleLine = false |
Description
Root node of documentation tree.
Definition at line 1312 of file docnode.h.
Public Constructors
DocRoot()
| inline |
Definition at line 1315 of file docnode.h.
References DocCompoundNode::DocCompoundNode, indent, m_indent, m_singleLine and DocNode::parser.
Public Member Functions
indent()
| inline |
isEmpty()
| inline |
Definition at line 1320 of file docnode.h.
References DocCompoundNode::children and GrowVector< T >::empty.
parse()
|
Declaration at line 1317 of file docnode.h, definition at line 6239 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocParser::context, FALSE, LinkedMap< T, Hash, KeyEqual, Map >::find, DocNodeList::get_last, DocParser::handleUnclosedStyleCommands, AnchorGenerator::instance, SectionManager::instance, Token::is, Token::is_any_of, DocPara::markLast, parse, DocNode::parser, GrowVector< T >::pop_back, TokenInfo::sectionId, DocTokenizer::setStatePara, DocNode::thisVariant, DocParserContext::token, DocParser::tokenizer, TRUE and warn_doc_error.
Referenced by parse.
singleLine()
| inline |
Definition at line 1319 of file docnode.h.
Reference m_singleLine.
Referenced by RTFDocVisitor::operator().
Private Member Attributes
m_indent
|
m_singleLine
|
Definition at line 1324 of file docnode.h.
Referenced by DocRoot and singleLine.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.