Doxygen
|
#include <src/fortranscanner.h>
Public Member Functions | |
FortranOutlineParserFree () | |
Public Member Functions inherited from FortranOutlineParser | |
FortranOutlineParser (FortranFormat format=FortranFormat::Unknown) | |
~FortranOutlineParser () override | |
void | parseInput (const QCString &fileName, const char *fileBuf, const std::shared_ptr< Entry > &root, ClangTUParser *clangParser) override |
Parses a single input file with the goal to build an Entry tree. | |
bool | needsPreprocessing (const QCString &extension) 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 &text) override |
Callback function called by the comment block scanner. | |
Public Member Functions inherited from OutlineParserInterface |
Definition at line 45 of file fortranscanner.h.
|
inline |
Definition at line 48 of file fortranscanner.h.
References FortranOutlineParser::FortranOutlineParser(), and Free.