18#ifndef SCANNER_FORTRAN_H
19#define SCANNER_FORTRAN_H
35 const std::shared_ptr<Entry> &root,
42 std::unique_ptr<Private>
p;
57const char*
prepassFixedForm(
const char* contents,
int *hasContLine,
int fixedCommentAfter);
Clang parser object for a single translation unit, which consists of a source file and the directly o...
FortranOutlineParserFixed()
FortranOutlineParserFree()
bool needsPreprocessing(const QCString &extension) const override
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
std::unique_ptr< Private > p
void parsePrototype(const QCString &text) override
Callback function called by the comment block scanner.
~FortranOutlineParser() override
FortranOutlineParser(FortranFormat format=FortranFormat::Unknown)
Abstract interface for outline parsers.
This is an alternative implementation of QCString.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.
const char * prepassFixedForm(const char *contents, int *hasContLine, int fixedCommentAfter)