Doxygen
|
#include <fortranscanner.h>
Public 成员函数 | |
FortranOutlineParserFree () | |
Public 成员函数 继承自 FortranOutlineParser | |
FortranOutlineParser (FortranFormat format=FortranFormat_Unknown) | |
~FortranOutlineParser () | |
void | parseInput (const QCString &fileName, const char *fileBuf, const std::shared_ptr< Entry > &root, ClangTUParser *clangParser) |
Parses a single input file with the goal to build an Entry tree. 更多... | |
bool | needsPreprocessing (const QCString &extension) const |
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) |
Callback function called by the comment block scanner. 更多... | |
Public 成员函数 继承自 OutlineParserInterface | |
virtual | ~OutlineParserInterface () |
在文件 fortranscanner.h 第 44 行定义.
|
inline |
在文件 fortranscanner.h 第 47 行定义.