[Orxonox-commit 2612] r7317 - code/branches/doc/doc/api
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Sep 1 18:25:50 CEST 2010
Author: rgrieder
Date: 2010-09-01 18:25:50 +0200 (Wed, 01 Sep 2010)
New Revision: 7317
Modified:
code/branches/doc/doc/api/doxy.config.in
Log:
Removed include directories again. Seems that Doxygen doesn't just ignore them but instead searches them as well and discards the files afterwards.
Modified: code/branches/doc/doc/api/doxy.config.in
===================================================================
--- code/branches/doc/doc/api/doxy.config.in 2010-09-01 14:56:19 UTC (rev 7316)
+++ code/branches/doc/doc/api/doxy.config.in 2010-09-01 16:25:50 UTC (rev 7317)
@@ -1307,7 +1307,7 @@
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH = @DOXYGEN_INCLUDE_DIRECTORIES@
+INCLUDE_PATH =
# 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
More information about the Orxonox-commit
mailing list