Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2873 for code/trunk/Doxyfile


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.