summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-01 09:56:13 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-01 09:56:13 +0000
commitf2ebc98bfa8e780935d76108b897015128c6271e (patch)
tree58516f7138d560e330e23b93d92beb5ba7b3659f /doc/Doxyfile
parent8cfc86dbfd2bffe3cf053c10b74cee12401437f4 (diff)
Some doc improvements.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index cb03388..829fc35 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -743,7 +743,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = src
+INPUT = src doc
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -763,7 +763,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS =
+FILE_PATTERNS = *.cc *.h *.txt
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.