[Orxonox-commit 1367] r6085 - code/trunk/doc/api
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Nov 18 11:14:56 CET 2009
Author: rgrieder
Date: 2009-11-18 11:14:55 +0100 (Wed, 18 Nov 2009)
New Revision: 6085
Modified:
code/trunk/doc/api/doxy.config.in
Log:
Not including the whole binary director for the doxygen documentation. OrxonoxConfig.h and SpecialConfig.h should be enough.
Modified: code/trunk/doc/api/doxy.config.in
===================================================================
--- code/trunk/doc/api/doxy.config.in 2009-11-18 10:13:47 UTC (rev 6084)
+++ code/trunk/doc/api/doxy.config.in 2009-11-18 10:14:55 UTC (rev 6085)
@@ -474,7 +474,8 @@
INPUT = @CMAKE_SOURCE_DIR@/src \
@CMAKE_CURRENT_SOURCE_DIR@ \
- @CMAKE_BINARY_DIR@/src
+ @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h \
+ @CMAKE_BINARY_DIR@/src/SpecialConfig.h
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -500,8 +501,7 @@
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
- @CMAKE_BINARY_DIR@/src/external/bullet/
+EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -1117,7 +1117,7 @@
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
-HAVE_DOT = @DOXYGEN_DOT_FOUND@
+HAVE_DOT = NO
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
More information about the Orxonox-commit
mailing list