diff options
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 90b77b2..83a3701 100644 --- a/src/config.xml +++ b/src/config.xml @@ -225,7 +225,8 @@ The format is ext=language, where ext is a file extension, and language is one o the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), -use: inc=Fortran f=C +use: inc=Fortran f=C. Note that for custom extensions you also need to set +FILE_PATTERNS otherwise the files are not read by doxygen. '> </option> <option type='bool' id='BUILTIN_STL_SUPPORT' docs=' |