summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-10-31 17:53:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-10-31 17:53:24 (GMT)
commite2dd83527381c67d38434e5cf1348f2a94887500 (patch)
tree53ae03b5547532d7346addd6536cc05163d0c463 /src/config.xml
parenta86fc5c809c68cb559d8006a22c9d730e0a49c5b (diff)
parent0c7f182016c7c2604a484367738e76cb40c0541b (diff)
downloadDoxygen-e2dd83527381c67d38434e5cf1348f2a94887500.zip
Doxygen-e2dd83527381c67d38434e5cf1348f2a94887500.tar.gz
Doxygen-e2dd83527381c67d38434e5cf1348f2a94887500.tar.bz2
Merge pull request #404 from albert-github/feature/bug_css_filter
[Doxygen-users] plugin / filter not behaving as expected
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index faad651..5304054 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>