From 967be1c5a03c4e80149c984e5a6b208c9f65f824 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 15 Jul 2018 18:24:38 +0200 Subject: Documentation EXTENSION_MAPPING Small addition of some missing "languages" in respect to EXTENSION_MAPPING. --- src/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.xml b/src/config.xml index e17d1d7..f17b1f2 100644 --- a/src/config.xml +++ b/src/config.xml @@ -605,11 +605,11 @@ Go to the next section or return to the With this tag you can assign which parser to use for a given extension. Doxygen has a built-in mapping, but you can override or extend it using this tag. The format is ext=language, where \c ext is a file extension, and language is one of - the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, - Objective-C, Python, Fortran (fixed format Fortran: FortranFixed, + the parsers supported by doxygen: IDL, Java, Javascript, Csharp (C#), C, C++, D, PHP, + md (Markdown), Objective-C, Python, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: Fortran. In the later case the parser tries to guess whether the code is fixed or free - formatted code, this is the default for Fortran type files), VHDL. + formatted code, this is the default for Fortran type files), VHDL, tcl. For instance to make doxygen treat .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), -- cgit v0.12