summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-16 11:24:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-16 11:24:40 (GMT)
commit6e14ace91c407293662c78ad88df1b91aebe9769 (patch)
treec503a75ca624960c0f04d34f8098ce868549932b /src/config.xml
parenta5ac10888f6c0b0fc00678f67aa49036b33aa4cf (diff)
downloadDoxygen-6e14ace91c407293662c78ad88df1b91aebe9769.zip
Doxygen-6e14ace91c407293662c78ad88df1b91aebe9769.tar.gz
Doxygen-6e14ace91c407293662c78ad88df1b91aebe9769.tar.bz2
issue #8105 How do add (multiple files without extension) directory in INPUT field of doxygen configuration file
Small explanation added as it is not clear what to use in case of `no_extension` in `FILE_PATTERNS`
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 39e83ad..6158970 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -660,7 +660,8 @@ Go to the <a href="commands.html">next</a> section or return to the
<br>Note: For files without extension you can use `no_extension` as a placeholder.
<br>Note that for custom extensions you also need to set \ref cfg_file_patterns "FILE_PATTERNS" otherwise the
- files are not read by doxygen.
+ files are not read by doxygen. When specifying `no_extension` you should add `*`
+ to the \ref cfg_file_patterns "FILE_PATTERNS".
]]>
</docs>
</option>