summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-10-28 10:25:50 +0100
committerGitHub <noreply@github.com>2019-10-28 10:25:50 +0100
commit55345148bfd2611c55a567755abf5b9618085e44 (patch)
treece4cb6f3cb1c3e83f5c85721a20769af67a25ba4
parentb1824e4de6fd1d037af3c1341c3065731472ffc8 (diff)
parentddf16037ca92675a5f13ea84d1f3c94467932dc7 (diff)
Merge pull request #115 from jmarino/doxygen-fix
fix documentation not being generated with Doxygen 1.8.16 - issue #108
-rw-r--r--src/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 57775498..ec551882 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -765,7 +765,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS =
+#FILE_PATTERNS =
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.