Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2010, 1:10:43 AM (14 years ago)
Author:
rgrieder
Message:

Added "doc_internal" target. It generates additional documentation from the executable.
That enables to gather information at run time (e.g. SetConsoleCommand, SetCommandLineArgument, registerNetworkFunction, etc.) and then write useful Doxygen documentation to one file.
Currently there is no implementation, just a stub in src/orxonox/Main.cc that can be extended.

File:
1 edited

Legend:

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

    r7335 r7346  
    589589                         @CMAKE_CURRENT_SOURCE_DIR@ \
    590590                         @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h \
    591                          @CMAKE_BINARY_DIR@/src/SpecialConfig.h
     591                         @CMAKE_BINARY_DIR@/src/SpecialConfig.h \
     592                         @INTERNAL_DOCFILE@
    592593
    593594# This tag can be used to specify the character encoding of the source files
Note: See TracChangeset for help on using the changeset viewer.