summaryrefslogtreecommitdiff
path: root/config/doxygen.cfg
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-07-29 16:08:45 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-07-29 16:08:45 -0400
commitda9eec6aa0fc0f6c29f2c3fdb08bd45ba9c27808 (patch)
treedca1b2fb1d1c213a94d5b2902aed4a24895aae3f /config/doxygen.cfg
parentbc3db83a6856016c9c838fbabdd29f962aa60769 (diff)
Fix numerous compiler warnings on various platforms
Diffstat (limited to 'config/doxygen.cfg')
-rw-r--r--config/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doxygen.cfg b/config/doxygen.cfg
index f4713b616..f385fb94a 100644
--- a/config/doxygen.cfg
+++ b/config/doxygen.cfg
@@ -1247,7 +1247,7 @@ SEARCH_INCLUDES = YES
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH = . include $(SRCDIR)/src $(SRCDIR)/src/include
+INCLUDE_PATH = . $(SRCDIR)/src $(SRCDIR)/src/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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback