From 6e14ace91c407293662c78ad88df1b91aebe9769 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 16 Oct 2020 13:24:40 +0200 Subject: 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` --- src/config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 next section or return to the
Note: For files without extension you can use `no_extension` as a placeholder.
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". ]]> -- cgit v0.12