Doxygen
|
#include <src/fortrancode.h>
Public Member Functions | |
FortranCodeParserFixed () | |
Public Member Functions inherited from FortranCodeParser | |
FortranCodeParser (FortranFormat format=FortranFormat::Unknown) | |
~FortranCodeParser () override | |
void | parseCode (OutputCodeList &codeOutIntf, const QCString &scopeName, const QCString &input, SrcLangExt lang, bool stripCodeComments, bool isExampleBlock, const QCString &exampleName=QCString(), const FileDef *fileDef=nullptr, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, const MemberDef *memberDef=nullptr, bool showLineNumbers=TRUE, const Definition *searchCtx=nullptr, bool collectXRefs=TRUE) override |
Parses a source file or fragment with the goal to produce highlighted and cross-referenced output. | |
void | resetCodeParserState () override |
Resets the state of the code parser. | |
Public Member Functions inherited from CodeParserInterface |
Definition at line 65 of file fortrancode.h.
|
inline |
Definition at line 68 of file fortrancode.h.
References Fixed, and FortranCodeParser::FortranCodeParser().