Doxygen
|
Class representing the abstract syntax tree of a documentation block. More...
#include <src/docnode.h>
Public Member Functions | |
template<class DocNode > | |
DocNodeAST (DocNode &&r) | |
bool | isEmpty () const override |
Public Member Functions inherited from IDocNodeAST |
Public Attributes | |
DocNodeVariant | root |
Class representing the abstract syntax tree of a documentation block.
|
inlineoverridevirtual |
Implements IDocNodeAST.
Definition at line 1455 of file docnode.h.
References root.
DocNodeVariant DocNodeAST::root |
Definition at line 1467 of file docnode.h.
Referenced by DocNodeAST(), generateBriefDoc(), isEmpty(), HtmlGenerator::writeDoc(), LatexGenerator::writeDoc(), and ManGenerator::writeDoc().