summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-30 10:53:53 (GMT)
committerGitHub <noreply@github.com>2018-07-30 10:53:53 (GMT)
commit9ba8bd85999fa7423eb5b44c680e72ad2e9c31bf (patch)
treed04e0d9a62f5a300dcb83d4c9a2f8518797083c6 /src/config.xml
parentacdee66ff0bb0360a2655aac25b44528d0ccb2f5 (diff)
parent967be1c5a03c4e80149c984e5a6b208c9f65f824 (diff)
downloadDoxygen-9ba8bd85999fa7423eb5b44c680e72ad2e9c31bf.zip
Doxygen-9ba8bd85999fa7423eb5b44c680e72ad2e9c31bf.tar.gz
Doxygen-9ba8bd85999fa7423eb5b44c680e72ad2e9c31bf.tar.bz2
Merge pull request #6397 from albert-github/feature/bug_docu_extension_mapping
Documentation EXTENSION_MAPPING
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index c863ac7..2e0f430 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -605,11 +605,11 @@ Go to the <a href="commands.html">next</a> 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 <code>ext=language</code>, 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
<code>.inc</code> files as Fortran files (default is PHP), and <code>.f</code> files as C (default is Fortran),