Skip to content

Commit 6dd85db

Browse files
author
Dimitri van Heesch
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents 85ddfc8 + e2dd835 commit 6dd85db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/config.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,10 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
14361436
<br>Note that the filter must not add or remove lines; it is applied before the
14371437
code is scanned, but not when the output code is generated. If lines are added
14381438
or removed, the anchors will not be placed correctly.
1439+
<br>Note that for custom extensions or not directly supported extensions you also
1440+
need to set \ref cfg_extension_mapping "EXTENSION_MAPPING" for the extension
1441+
otherwise the files are not properly processed by doxygen.<br>
1442+
14391443
]]>
14401444
</docs>
14411445
</option>
@@ -1449,6 +1453,9 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
14491453
information on how filters are used. If the \c FILTER_PATTERNS tag is empty or if
14501454
none of the patterns match the file name, \ref cfg_input_filter "INPUT_FILTER" is
14511455
applied.
1456+
<br>Note that for custom extensions or not directly supported extensions you also
1457+
need to set \ref cfg_extension_mapping "EXTENSION_MAPPING" for the extension
1458+
otherwise the files are not properly processed by doxygen.<br>
14521459
]]>
14531460
</docs>
14541461
</option>

0 commit comments

Comments
 (0)