|
Doxygen
|
Root node of documentation tree. More...
#include <src/docnode.h>
Public Member Functions | |
| DocRoot (DocParser *parser, bool indent, bool sl) | |
| void | parse () |
| bool | indent () const |
| bool | singleLine () const |
| bool | isEmpty () const |
| Public Member Functions inherited from DocCompoundNode | |
| DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeList & | children () |
| const DocNodeList & | children () const |
| Public Member Functions inherited from DocNode | |
| DocNode (DocParser *parser, DocNodeVariant *parent) | |
| ~DocNode ()=default | |
| DocNodeVariant * | parent () |
| const DocNodeVariant * | parent () const |
| DocNodeVariant * | thisVariant () |
| const DocNodeVariant * | thisVariant () const |
| void | setThisVariant (DocNodeVariant *thisVariant) |
| DocParser * | parser () |
| const DocParser * | parser () const |
| void | setParent (DocNodeVariant *parent) |
| bool | isPreformatted () const |
Private Attributes | |
| bool | m_indent = false |
| bool | m_singleLine = false |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table , Requirement } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
|
inline |
Definition at line 1313 of file docnode.h.
References DocCompoundNode::DocCompoundNode(), indent(), m_indent, m_singleLine, and DocNode::parser().
|
inline |
|
inline |
Definition at line 1318 of file docnode.h.
References DocCompoundNode::children(), and GrowVector< T >::empty().
| void DocRoot::parse | ( | ) |
Definition at line 6303 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().
|
inline |
Definition at line 1317 of file docnode.h.
References m_singleLine.
Referenced by RTFDocVisitor::operator()().
|
private |
|
private |
Definition at line 1322 of file docnode.h.
Referenced by DocRoot(), and singleLine().