Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2873


Ignore:
Timestamp:
Mar 31, 2009, 10:06:01 AM (15 years ago)
Author:
bknecht
Message:

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.

Location:
code/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/Doxyfile

    r1542 r2873  
    55#---------------------------------------------------------------------------
    66PROJECT_NAME           = Orxonox
    7 PROJECT_NUMBER         = 0.1.2_Bellatrix
     7PROJECT_NUMBER         = 0.0.2_Bellatrix
    88OUTPUT_DIRECTORY       =
    99CREATE_SUBDIRS         = NO
     
    234234#---------------------------------------------------------------------------
    235235ENABLE_PREPROCESSING   = YES
    236 MACRO_EXPANSION        = NO
     236MACRO_EXPANSION        = YES
    237237EXPAND_ONLY_PREDEF     = NO
    238238SEARCH_INCLUDES        = YES
  • code/trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h

    r2662 r2873  
    1414*/
    1515
    16 
     16/*
    1717/**
    1818 * @mainpage Bullet Documentation
  • code/trunk/src/orxonox/Main.cc

    r2716 r2873  
    2626 *      ...
    2727 *
     28 */
     29 
     30 /**
     31 @mainpage Orxonox Documentation
    2832 */
    2933
Note: See TracChangeset for help on using the changeset viewer.