Doxygen
|
/dev/null outline parser More...
Public Member Functions | |
void | parseInput (const QCString &, const char *, const std::shared_ptr< Entry > &, ClangTUParser *) override |
Parses a single input file with the goal to build an Entry tree. | |
bool | needsPreprocessing (const QCString &) const override |
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser. | |
void | parsePrototype (const QCString &) override |
Callback function called by the comment block scanner. | |
Public Member Functions inherited from OutlineParserInterface |
/dev/null outline parser
Definition at line 11303 of file doxygen.cpp.
|
inlineoverridevirtual |
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser.
Implements OutlineParserInterface.
Definition at line 11307 of file doxygen.cpp.
References FALSE.
|
inlineoverridevirtual |
Parses a single input file with the goal to build an Entry tree.
[in] | fileName | The full name of the file. |
[in] | fileBuf | The contents of the file (zero terminated). |
[in,out] | root | The root of the tree of Entry *nodes representing the information extracted from the file. |
[in] | clangParser | The clang translation unit parser object or nullptr if disabled. |
Implements OutlineParserInterface.
Definition at line 11306 of file doxygen.cpp.
|
inlineoverridevirtual |
Callback function called by the comment block scanner.
It provides a string text containing the prototype of a function or variable. The parser should parse this and store the information in the Entry node that corresponds with the node for which the comment block parser was invoked.
Implements OutlineParserInterface.
Definition at line 11308 of file doxygen.cpp.