|
|
| FortranLanguageScanner (FortranFormat format=FortranFormat_Unknown) |
| |
| void | startTranslationUnit (const char *) |
| | Starts processing a translation unit (source files + headers). More...
|
| |
|
void | finishTranslationUnit () |
| | Called after all files in a translation unit have been processed.
|
| |
| void | parseInput (const char *fileName, const char *fileBuf, Entry *root, bool sameTranslationUnit, QStrList &filesInSameTranslationUnit) |
| | Parses a single input file with the goal to build an Entry tree. More...
|
| |
| bool | needsPreprocessing (const QCString &extension) |
| | Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser. More...
|
| |
| void | parseCode (CodeOutputInterface &codeOutIntf, const char *scopeName, const QCString &input, SrcLangExt lang, bool isExampleBlock, const char *exampleName=0, FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, MemberDef *memberDef=0, bool showLineNumbers=TRUE, Definition *searchCtx=0, bool collectXRefs=TRUE) |
| | Parses a source file or fragment with the goal to produce highlighted and cross-referenced output. More...
|
| |
| void | resetCodeParserState () |
| | Resets the state of the code parser. More...
|
| |
| void | parsePrototype (const char *text) |
| | Callback function called by the comment block scanner. More...
|
| |
The documentation for this class was generated from the following file: