summaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 8334b9e..7b9f2ba 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -726,7 +726,7 @@ WARN_IF_DOC_ERROR = YES
# documentation, but not about the absence of documentation.
# The default value is: NO.
-WARN_NO_PARAMDOC = YES
+WARN_NO_PARAMDOC = NO
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
@@ -774,7 +774,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS = "*.c" "*.h" "*.h.in"
+FILE_PATTERNS = "*.c" "*.h" "*.c.in" "*.h.in"
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.