Skip to content

Commit

Permalink
[Doxygen-users] plugin / filter not behaving as expected
Browse files Browse the repository at this point in the history
Added note about unsupported extensions
  • Loading branch information
albert-github committed Oct 14, 2015
1 parent 389dc4c commit 0c7f182
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0c7f182

Please sign in to comment.