[Orxonox-commit 1365] r6083 - code/trunk/doc/api

scheusso at orxonox.net scheusso at orxonox.net
Wed Nov 18 09:41:30 CET 2009


Author: scheusso
Date: 2009-11-18 09:41:30 +0100 (Wed, 18 Nov 2009)
New Revision: 6083

Modified:
   code/trunk/doc/api/doxy.config.in
Log:
fixed doxyfile (bullet had been moved from src/bullet to src/external/bullet)


Modified: code/trunk/doc/api/doxy.config.in
===================================================================
--- code/trunk/doc/api/doxy.config.in	2009-11-17 21:57:44 UTC (rev 6082)
+++ code/trunk/doc/api/doxy.config.in	2009-11-18 08:41:30 UTC (rev 6083)
@@ -500,7 +500,8 @@
 # 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/bullet/
+EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
+                         @CMAKE_BINARY_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 




More information about the Orxonox-commit mailing list