Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10266


Ignore:
Timestamp:
Feb 12, 2015, 2:51:41 PM (9 years ago)
Author:
muemart
Message:

Add support for paths with spaces for doxygen and exclude some enet pages

File:
1 edited

Legend:

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

    r8351 r10266  
    3939# where doxygen was started. If left blank the current directory will be used.
    4040
    41 OUTPUT_DIRECTORY       = @DOXY_OUTPUT_DIR@
     41OUTPUT_DIRECTORY       = "@DOXY_OUTPUT_DIR@"
    4242
    4343# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
     
    125125# path to strip.
    126126
    127 STRIP_FROM_PATH        = @CMAKE_SOURCE_DIR@/src \
    128                          @CMAKE_BINARY_DIR@/src
     127STRIP_FROM_PATH        = "@CMAKE_SOURCE_DIR@/src" \
     128                         "@CMAKE_BINARY_DIR@/src"
    129129
    130130# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    135135# are normally passed to the compiler using the -I flag.
    136136
    137 STRIP_FROM_INC_PATH    = @DOXYGEN_INCLUDE_DIRECTORIES@
     137STRIP_FROM_INC_PATH    = "@DOXYGEN_INCLUDE_DIRECTORIES@"
    138138
    139139# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
     
    586586# with spaces.
    587587
    588 INPUT                  = @CMAKE_SOURCE_DIR@/src \
    589                          @CMAKE_CURRENT_SOURCE_DIR@ \
    590                          @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h \
    591                          @CMAKE_BINARY_DIR@/src/SpecialConfig.h \
    592                          @INTERNAL_DOCFILE@
     588INPUT                  = "@CMAKE_SOURCE_DIR@/src" \
     589                         "@CMAKE_CURRENT_SOURCE_DIR@" \
     590                         "@CMAKE_BINARY_DIR@/src/OrxonoxConfig.h" \
     591                         "@CMAKE_BINARY_DIR@/src/SpecialConfig.h" \
     592                         "@INTERNAL_DOCFILE@"
    593593
    594594# This tag can be used to specify the character encoding of the source files
     
    624624# subdirectory from a directory tree whose root is specified with the INPUT tag.
    625625
    626 EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
    627                          @CMAKE_SOURCE_DIR@/src/external/cpptcl/ \
    628                          @CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.h \
    629                          @CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.cc \
    630                          @CMAKE_SOURCE_DIR@/src/libraries/tools/bsp \
     626EXCLUDE                = "@CMAKE_SOURCE_DIR@/src/external/bullet/" \
     627                         "@CMAKE_SOURCE_DIR@/src/external/cpptcl/" \
     628                         "@CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.h" \
     629                         "@CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.cc" \
     630                         "@CMAKE_SOURCE_DIR@/src/libraries/tools/bsp" \
     631                         "@CMAKE_SOURCE_DIR@/src/external/enet/docs" \
    631632
    632633# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    656657# the \include command).
    657658
    658 EXAMPLE_PATH           = @CMAKE_CURRENT_SOURCE_DIR@/examples/
     659EXAMPLE_PATH           = "@CMAKE_CURRENT_SOURCE_DIR@/examples/"
    659660
    660661# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    680681# the \image command).
    681682
    682 IMAGE_PATH             = @CMAKE_CURRENT_SOURCE_DIR@/images/
     683IMAGE_PATH             = "@CMAKE_CURRENT_SOURCE_DIR@/images/"
    683684
    684685# The INPUT_FILTER tag can be used to specify a program that doxygen should
     
    13681369# a tag file that is based on the input files it reads.
    13691370
    1370 GENERATE_TAGFILE       = @DOXY_OUTPUT_DIR@/html/@PROJECT_NAME@.TAGFILE
     1371GENERATE_TAGFILE       = "@DOXY_OUTPUT_DIR@/html/@PROJECT_NAME@.TAGFILE"
    13711372
    13721373# If the ALLEXTERNALS tag is set to YES all external classes will be listed
     
    15261527# found. If left blank, it is assumed the dot tool can be found in the path.
    15271528
    1528 DOT_PATH               = @DOXYGEN_DOT_EXECUTABLE_PATH@
     1529DOT_PATH               = "@DOXYGEN_DOT_EXECUTABLE_PATH@"
    15291530
    15301531# The DOTFILE_DIRS tag can be used to specify one or more directories that
     
    15321533# \dotfile command).
    15331534
    1534 DOTFILE_DIRS           = @CMAKE_CURRENT_SOURCE_DIR@/dot
     1535DOTFILE_DIRS           = "@CMAKE_CURRENT_SOURCE_DIR@/dot"
    15351536
    15361537# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
Note: See TracChangeset for help on using the changeset viewer.