Home
last modified time | relevance | path

Searched refs:FortranFormat_Free (Results 1 – 4 of 4) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dfortranscanner.h47 FortranOutlineParserFree() : FortranOutlineParser(FortranFormat_Free) { } in FortranOutlineParserFree()
H A Dfortrancode.h59 FortranCodeParserFree() : FortranCodeParser(FortranFormat_Free) { } in FortranCodeParserFree()
H A Dtypes.h299 FortranFormat_Free, enumerator
H A Dutil.cpp7123 if (format == FortranFormat_Free) return FALSE; in recognizeFixedForm()
7167 else if (parserName == "fortranfree") return FortranFormat_Free; in convertFileNameFortranParserCode()