summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-06-15 11:11:10 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-06-15 11:11:10 (GMT)
commit1cbd7d2faa8d543f521b144a8120c3a1ba2f832f (patch)
treeb47b3252c432a415bf772add061e451f5782d6c7 /src/configoptions.cpp
parent6d2875bda7b5416f2e8c72ec8677b7164de86187 (diff)
downloadDoxygen-1cbd7d2faa8d543f521b144a8120c3a1ba2f832f.zip
Doxygen-1cbd7d2faa8d543f521b144a8120c3a1ba2f832f.tar.gz
Doxygen-1cbd7d2faa8d543f521b144a8120c3a1ba2f832f.tar.bz2
Release-1.7.0
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 08be034..abbc7c8 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -316,8 +316,8 @@ void addConfigOptions(Config *cfg)
"parses. With this tag you can assign which parser to use for a given extension.\n"
"Doxygen has a built-in mapping, but you can override or extend it using this\n"
"tag. The format is ext=language, where ext is a file extension, and language\n"
- "is one of the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++,\n"
- "D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make\n"
+ "is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,\n"
+ "C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make\n"
"doxygen treat .inc files as Fortran files (default is PHP), and .f files as C\n"
"(default is Fortran), use: inc=Fortran f=C. Note that for custom extensions\n"
"you also need to set FILE_PATTERNS otherwise the files are not read by doxygen."