summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-06 09:52:20 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-06 09:52:20 (GMT)
commita1df5cdaa25b74af5dbdc8210ec9e691dedb4998 (patch)
treeee6082b397f14db0f33706bd12bde63057a916e8
parent46bc44ae935c28c0079aa1e983ab71caf703334b (diff)
parent52cb086da66533332962f2bf9cb35772e980c092 (diff)
downloadDoxygen-a1df5cdaa25b74af5dbdc8210ec9e691dedb4998.zip
Doxygen-a1df5cdaa25b74af5dbdc8210ec9e691dedb4998.tar.gz
Doxygen-a1df5cdaa25b74af5dbdc8210ec9e691dedb4998.tar.bz2
Merge pull request #346 from albert-github/feature/bug_750016
Bug 750016 - FILE_PATTERNS ignores arbitrary extensions
-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'/>