Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2009, 1:28:10 PM (14 years ago)
Author:
rgrieder
Message:

Found some end of line leftover spaces.

File:
1 edited

Legend:

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

    r6387 r6388  
    1 # Add a "doc" target with CMake build system. 
     1# Add a "doc" target with CMake build system.
    22# And configure doxy.config.in to doxy.config
    33#
    44# target "doc" allows building the documentation with doxygen/dot on WIN32 and Linux
    5 # Creates .chm windows help file if MS HTML help workshop 
     5# Creates .chm windows help file if MS HTML help workshop
    66# (available from http://msdn.microsoft.com/workshop/author/htmlhelp)
    77# is installed with its DLLs in PATH.
     
    1212# must be in path.
    1313#
    14 # Note about Visual Studio Projects: 
     14# Note about Visual Studio Projects:
    1515# MSVS hast its own path environment which may differ from the shell.
    1616# See "Menu Tools/Options/Projects/VC++ Directories" in VS 7.1
     
    6262  IF(WIN32)
    6363    FIND_PACKAGE(HTMLHelp)
    64     IF(HTML_HELP_COMPILER)     
     64    IF(HTML_HELP_COMPILER)
    6565      SET(TMP ${DOXY_OUTPUT_DIR}/html/index.hhp)
    6666      STRING(REGEX REPLACE "/" "\\\\" HHP_FILE ${TMP})
     
    7070      SET_TARGET_PROPERTIES(doc doc_chm PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD TRUE)
    7171    ENDIF(HTML_HELP_COMPILER)
    72   ENDIF (WIN32) 
     72  ENDIF (WIN32)
    7373
    7474
Note: See TracChangeset for help on using the changeset viewer.