summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-16 17:38:50 (GMT)
committerGitHub <noreply@github.com>2020-10-16 17:38:50 (GMT)
commit55d35277e6268c38934746c392f1a877225628e3 (patch)
treec503a75ca624960c0f04d34f8098ce868549932b
parenta5ac10888f6c0b0fc00678f67aa49036b33aa4cf (diff)
parent6e14ace91c407293662c78ad88df1b91aebe9769 (diff)
downloadDoxygen-55d35277e6268c38934746c392f1a877225628e3.zip
Doxygen-55d35277e6268c38934746c392f1a877225628e3.tar.gz
Doxygen-55d35277e6268c38934746c392f1a877225628e3.tar.bz2
Merge pull request #8109 from albert-github/feature/issue_8105
issue #8105 How do add (multiple files without extension) directory in INPUT field of doxygen configuration file
-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>