summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/starting.doc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/starting.doc b/doc/starting.doc
index 4c9823c..2f4f419 100644
--- a/doc/starting.doc
+++ b/doc/starting.doc
@@ -103,6 +103,7 @@ To omit all \c test directories from a source tree for instance, one could use:
\verbatim EXCLUDE_PATTERNS = */test/*
\endverbatim
+\anchor default_file_extension_mapping
Doxygen looks at the file's extension to determine how to parse a file,
using the following table:
@@ -130,8 +131,11 @@ Extension | Language | Extension | Language | Extension | Language
.mm |C / C++ | | | | |
.txt |C / C++ | | | | |
-Any other extension is not parsed unless it is added to
-\ref cfg_file_patterns "FILE_PATTERNS" and the appropriate
+Please note that the above list might contain more items than that by default set
+in the \ref cfg_file_patterns "FILE_PATTERNS".
+
+Any extension that is not parsed can be set by adding it to
+\ref cfg_file_patterns "FILE_PATTERNS" and when the appropriate
\ref cfg_extension_mapping "EXTENSION_MAPPING" is set.
\anchor extract_all