summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-10-14 13:58:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-10-14 13:58:49 (GMT)
commit0c7f182016c7c2604a484367738e76cb40c0541b (patch)
treef6e97140b947fbbeccc41478585c1ece2c69a813
parent389dc4c06c31a5da26a55bf2f6a8ba8316dbc1ff (diff)
downloadDoxygen-0c7f182016c7c2604a484367738e76cb40c0541b.zip
Doxygen-0c7f182016c7c2604a484367738e76cb40c0541b.tar.gz
Doxygen-0c7f182016c7c2604a484367738e76cb40c0541b.tar.bz2
[Doxygen-users] plugin / filter not behaving as expected
Added note about unsupported extensions
-rw-r--r--src/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index acbee8e..54bbc5c 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1436,6 +1436,10 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
<br>Note that the filter must not add or remove lines; it is applied before the
code is scanned, but not when the output code is generated. If lines are added
or removed, the anchors will not be placed correctly.
+ <br>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 properly processed by doxygen.<br>
+
]]>
</docs>
</option>
@@ -1449,6 +1453,9 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
information on how filters are used. If the \c FILTER_PATTERNS tag is empty or if
none of the patterns match the file name, \ref cfg_input_filter "INPUT_FILTER" is
applied.
+ <br>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 properly processed by doxygen.<br>
]]>
</docs>
</option>