aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-10-04 10:41:04 -0400
committerAlec Thomas <alec@swapoff.org>2013-10-04 10:41:04 -0400
commit58e21af84d7f82f0153c946275ceb607097e3c5c (patch)
tree4b88ac8bd6f698a182d486183b614fca78364c51 /Doxyfile
parente326702c491c673d7fd5e44c325ce7647d338480 (diff)
Add `Dependency<C, D1, D2...>` System for automatic component
dependencies.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index bcbc897..d115462 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -654,7 +654,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = entityx
+INPUT = entityx README.md entityx/python/README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -672,7 +672,7 @@ INPUT_ENCODING = UTF-8
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
# *.f90 *.f *.for *.vhd *.vhdl
-FILE_PATTERNS = *.h *.md
+FILE_PATTERNS = *.h
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.