From 0c7f182016c7c2604a484367738e76cb40c0541b Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 14 Oct 2015 15:58:49 +0200 Subject: [Doxygen-users] plugin / filter not behaving as expected Added note about unsupported extensions --- src/config.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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"
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. +
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.
+ ]]> @@ -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. +
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.
]]> -- cgit v0.12