summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-05-30 11:33:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-05-30 11:33:51 (GMT)
commit52cb086da66533332962f2bf9cb35772e980c092 (patch)
tree4217f66ad93b745ab3a3c2b101ea64a0d586c103 /src/config.xml
parent796d6585be58d1c9112422a919f49d1998dc672c (diff)
downloadDoxygen-52cb086da66533332962f2bf9cb35772e980c092.zip
Doxygen-52cb086da66533332962f2bf9cb35772e980c092.tar.gz
Doxygen-52cb086da66533332962f2bf9cb35772e980c092.tar.bz2
Bug 750016 - FILE_PATTERNS ignores arbitrary extensions
Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 9eb9feb..d7cd1f2 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1243,7 +1243,9 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
The \c INPUT tag is used to specify the files and/or directories that contain
documented source files. You may enter file names like
\c myfile.cpp or directories like \c /usr/src/myproject.
- Separate the files or directories with spaces.
+ Separate the files or directories with spaces. See also
+ \ref cfg_file_patterns "FILE_PATTERNS" and
+ \ref cfg_extension_mapping "EXTENSION_MAPPING"
\note If this tag is empty the current directory is searched.
]]>
@@ -1267,7 +1269,11 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
If the value of the \ref cfg_input "INPUT" tag contains directories, you can use the
\c FILE_PATTERNS tag to specify one or more wildcard patterns
(like `*.cpp` and `*.h`) to filter out the source-files
- in the directories. If left blank the following patterns are tested:
+ in the directories.<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 read by doxygen.<br>
+ If left blank the following patterns are tested:
]]>
</docs>
<value name='*.c'/>