Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7334


Ignore:
Timestamp:
Sep 3, 2010, 1:12:42 PM (14 years ago)
Author:
rgrieder
Message:

Fixed log file path for Doxygen.
You should now get doxy.log in the doc/api folder containing all warnings but without the rest of the output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/doc/api/CMakeLists.txt

    r6417 r7334  
    4747
    4848  IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in)
    49     CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in ${CMAKE_CURRENT_BINARY_DIR}/doxy.config @ONLY)
    5049    # use (configured) doxy.config from (out of place) BUILD tree:
    5150    SET(DOXY_CONFIG ${CMAKE_CURRENT_BINARY_DIR}/doxy.config)
    5251    SET(DOXY_LOGFILE ${CMAKE_CURRENT_BINARY_DIR}/doxy.log)
     52    CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in ${CMAKE_CURRENT_BINARY_DIR}/doxy.config @ONLY)
    5353  ELSE()
    5454    MESSAGE(FATAL_ERROR "Warning: Could not find dox.config.in in the root directory.")
Note: See TracChangeset for help on using the changeset viewer.