summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-24 13:13:37 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-24 13:13:37 (GMT)
commit5cc7fed36c8d3b45eec19b7333b494c1c649902f (patch)
tree6bdcf4dc8466807918d399874c10f8d2fa7e43b3 /src/config.xml
parent4e75d77f60bd173019247177686376ce36ace90b (diff)
downloadDoxygen-5cc7fed36c8d3b45eec19b7333b494c1c649902f.zip
Doxygen-5cc7fed36c8d3b45eec19b7333b494c1c649902f.tar.gz
Doxygen-5cc7fed36c8d3b45eec19b7333b494c1c649902f.tar.bz2
issue #8184 Bad parsing of CMakeLists.txt
- Removing the `txt` and `doc` extension from the default list of `FILE_PATTERNS - Updating documentation - Incorrect parsing for the doxywizard of some \ref items (i.e. when the description contains a space, made compatible again with that happens in configgen.py).
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 0ec4219..cb970f4 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -662,6 +662,7 @@ Go to the <a href="commands.html">next</a> section or return to the
<br>Note that for custom extensions you also need to set \ref cfg_file_patterns "FILE_PATTERNS" otherwise the
files are not read by doxygen. When specifying `no_extension` you should add `*`
to the \ref cfg_file_patterns "FILE_PATTERNS".
+ <br>Note see also the list of \ref default_file_extension_mapping "default file extension mappings".
]]>
</docs>
</option>
@@ -1404,6 +1405,8 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn"
Note that for custom extensions or not directly supported extensions you also
need to set \ref cfg_extension_mapping "EXTENSION_MAPPING" for the extension
otherwise the files are not read by doxygen.<br>
+ Note the list of default checked file patterns might differ from the list of
+ \ref default_file_extension_mapping "default file extension mappings".<br>
If left blank the following patterns are tested:
]]>
</docs>
@@ -1438,8 +1441,6 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn"
<value name='*.md'/>
<value name='*.mm'/>
<value name='*.dox' desc='(to be provided as doxygen C comment)'/>
- <value name='*.doc' desc='(to be provided as doxygen C comment)'/>
- <value name='*.txt' desc='(to be provided as doxygen C comment)'/>
<value name='*.py'/>
<value name='*.pyw'/>
<value name='*.f90'/>