浏览该文件的文档.
18 #ifndef SCANNER_FORTRAN_H
19 #define SCANNER_FORTRAN_H
34 const std::shared_ptr<Entry> &root,
41 std::unique_ptr<Private>
p;
const char * prepassFixedForm(const char *contents, int *hasContLine)
void parsePrototype(const QCString &text)
Callback function called by the comment block scanner.
FortranOutlineParserFixed()
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.
std::unique_ptr< Private > p
FortranOutlineParserFree()
FortranOutlineParser(FortranFormat format=FortranFormat_Unknown)
Abstract interface for outline parsers.
Clang parser object for a single translation unit, which consists of a source file and the directly o...
Fortran language parser using state-based lexical scanning.
bool needsPreprocessing(const QCString &extension) const
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
This is an alternative implementation of QCString.