[Orxonox-commit 203] r2873 - in trunk: . src/bullet/BulletCollision/CollisionDispatch src/orxonox
bknecht at orxonox.net
bknecht at orxonox.net
Tue Mar 31 10:06:02 CEST 2009
Author: bknecht
Date: 2009-03-31 08:06:01 +0000 (Tue, 31 Mar 2009)
New Revision: 2873
Modified:
trunk/Doxyfile
trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h
trunk/src/orxonox/Main.cc
Log:
Doxygen fixes. Please advise me on better places or methods to fix it.
At the moment the Orxonox Doxygen Documentation is called "Bullet Documentation" due to Doxygen code inside the included Bullet files. I commented out this main-page of the documentation as it will most probably solve the problem.
Further I changed the version to 0.0.2 Bellatrix as this is the current version we're working on as far as I know.
Oh yeah, I added a doxygen mainpage comment at the beginning of Main.cc maybe there's a better place for this.
Modified: trunk/Doxyfile
===================================================================
--- trunk/Doxyfile 2009-03-30 23:15:52 UTC (rev 2872)
+++ trunk/Doxyfile 2009-03-31 08:06:01 UTC (rev 2873)
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = Orxonox
-PROJECT_NUMBER = 0.1.2_Bellatrix
+PROJECT_NUMBER = 0.0.2_Bellatrix
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
@@ -233,7 +233,7 @@
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
Modified: trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h
===================================================================
--- trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h 2009-03-30 23:15:52 UTC (rev 2872)
+++ trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h 2009-03-31 08:06:01 UTC (rev 2873)
@@ -13,7 +13,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
-
+/*
/**
* @mainpage Bullet Documentation
*
Modified: trunk/src/orxonox/Main.cc
===================================================================
--- trunk/src/orxonox/Main.cc 2009-03-30 23:15:52 UTC (rev 2872)
+++ trunk/src/orxonox/Main.cc 2009-03-31 08:06:01 UTC (rev 2873)
@@ -26,6 +26,10 @@
* ...
*
*/
+
+ /**
+ @mainpage Orxonox Documentation
+ */
/**
@file
More information about the Orxonox-commit
mailing list