diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-01-29 20:13:23 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-01-29 20:13:23 (GMT) |
commit | 27b5dd5b526154944bb1997fb7a592343d124595 (patch) | |
tree | 0653bda058f25d9420dd6ddcaf4edc28781a8aa4 /src/config.xml | |
parent | f1662f81dd249c51e4d8f9a64ea226f511b0bfbc (diff) | |
download | Doxygen-27b5dd5b526154944bb1997fb7a592343d124595.zip Doxygen-27b5dd5b526154944bb1997fb7a592343d124595.tar.gz Doxygen-27b5dd5b526154944bb1997fb7a592343d124595.tar.bz2 |
Release-1.5.8-20090129
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=' |