Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2009, 1:18:36 PM (15 years ago)
Author:
rgrieder
Message:

Found some non empty new lines.

File:
1 edited

Legend:

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

    r5695 r6387  
    3232  SET(DOXY_INPUT_DIR  ${CMAKE_CURRENT_SOURCE_DIR})
    3333  SET(DOXY_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
    34  
     34
    3535  # we need latex for doxygen because of the formulas
    3636  # Orxonox doesn't
     
    4545  #  MESSAGE(STATUS "dvips command DVIPS_CONVERTER not found but usually required.")
    4646  #ENDIF (NOT DVIPS_CONVERTER)
    47  
     47
    4848  IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in)
    4949    CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/doxy.config.in ${CMAKE_CURRENT_BINARY_DIR}/doxy.config @ONLY)
     
    5454    MESSAGE(FATAL_ERROR "Warning: Could not find dox.config.in in the root directory.")
    5555  ENDIF()
    56  
     56
    5757  ADD_CUSTOM_TARGET(doc ${DOXYGEN_EXECUTABLE} ${DOXY_CONFIG})
    58  
     58
    5959  # create a windows help .chm file using hhc.exe
    6060  # HTMLHelp DLL must be in path!
Note: See TracChangeset for help on using the changeset viewer.