summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-10-20 21:47:39 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-10-20 22:23:14 +0000
commitf1f589c1d4fd68fcc7e421934863d456abdb596e (patch)
tree92232a6f739817087adffc9e9026fd9430e7bcc9
parent37ee7165787d98aa3fd9726584e4045242420583 (diff)
downloadliberasurecode-f1f589c1d4fd68fcc7e421934863d456abdb596e.tar.gz
Make doxygen recurse into source/include directories
-rw-r--r--doc/doxygen.cfg.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index ec2c87d..af3f169 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -751,8 +751,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = @top_srcdir@/include/erasurecode/erasurecode.h \
- @top_srcdir@/include/erasurecode/erasurecode_backend.h
+INPUT = @top_srcdir@/src
# 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
@@ -778,7 +777,7 @@ FILE_PATTERNS =
# be searched for input files as well.
# The default value is: NO.
-RECURSIVE = NO
+RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1935,7 +1934,7 @@ SEARCH_INCLUDES = YES
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
-INCLUDE_PATH =
+INCLUDE_PATH = @top_srcdir@/include
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the