summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-11-14 12:51:19 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-11-14 12:51:19 (GMT)
commit6dd85db545956e2b2ebb0f35c46f27e623f13462 (patch)
tree62adc054410331b0516eefeb02a9dce0f026bd1c /src
parent85ddfc814f33943199928447b4627d05b0920b99 (diff)
parente2dd83527381c67d38434e5cf1348f2a94887500 (diff)
downloadDoxygen-6dd85db545956e2b2ebb0f35c46f27e623f13462.zip
Doxygen-6dd85db545956e2b2ebb0f35c46f27e623f13462.tar.gz
Doxygen-6dd85db545956e2b2ebb0f35c46f27e623f13462.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-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>