Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6085


Ignore:
Timestamp:
Nov 18, 2009, 11:14:55 AM (14 years ago)
Author:
rgrieder
Message:

Not including the whole binary director for the doxygen documentation. OrxonoxConfig.h and SpecialConfig.h should be enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/doc/api/doxy.config.in

    r6083 r6085  
    475475INPUT                  = @CMAKE_SOURCE_DIR@/src \
    476476                         @CMAKE_CURRENT_SOURCE_DIR@ \
    477                          @CMAKE_BINARY_DIR@/src
     477                         @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h \
     478                         @CMAKE_BINARY_DIR@/src/SpecialConfig.h
    478479
    479480# If the value of the INPUT tag contains directories, you can use the
     
    501502# subdirectory from a directory tree whose root is specified with the INPUT tag.
    502503
    503 EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
    504                          @CMAKE_BINARY_DIR@/src/external/bullet/
     504EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/
    505505
    506506# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    11181118# have no effect if this option is set to NO (the default)
    11191119
    1120 HAVE_DOT               = @DOXYGEN_DOT_FOUND@
     1120HAVE_DOT               = NO
    11211121
    11221122# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
Note: See TracChangeset for help on using the changeset viewer.