summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-03-15 15:14:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-03-15 15:14:58 (GMT)
commitc1e25238950492e7f8a5c996e3d3ad41b9b023b0 (patch)
tree62d8b6469643fd0d4fc30950e85b3990bf51eda1 /src/config.xml
parent31a72d0ad15a4185dc123b522039ef3fa8a68b43 (diff)
parent2dec1060623165057628ee678eb3580351922408 (diff)
downloadDoxygen-c1e25238950492e7f8a5c996e3d3ad41b9b023b0.zip
Doxygen-c1e25238950492e7f8a5c996e3d3ad41b9b023b0.tar.gz
Doxygen-c1e25238950492e7f8a5c996e3d3ad41b9b023b0.tar.bz2
Merge branch 'feature/bug_625601' of https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index dcaa372..75b723d 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -588,7 +588,10 @@ Go to the <a href="commands.html">next</a> section or return to the
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, VHDL.
+ 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.
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),