[Orxonox-commit 2607] r7312 - code/branches/doc/doc/api
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Sep 1 12:53:46 CEST 2010
Author: rgrieder
Date: 2010-09-01 12:53:46 +0200 (Wed, 01 Sep 2010)
New Revision: 7312
Modified:
code/branches/doc/doc/api/doxy.config.in
Log:
Changed some doxygen options. See the docs for explanations.
Modified: code/branches/doc/doc/api/doxy.config.in
===================================================================
--- code/branches/doc/doc/api/doxy.config.in 2010-09-01 10:32:56 UTC (rev 7311)
+++ code/branches/doc/doc/api/doxy.config.in 2010-09-01 10:53:46 UTC (rev 7312)
@@ -124,7 +124,8 @@
# If left blank the directory from which doxygen is run is used as the
# path to strip.
-STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@
+STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/src \
+ @CMAKE_BINARY_DIR@/src
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@@ -235,7 +236,7 @@
# func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
-BUILTIN_STL_SUPPORT = NO
+BUILTIN_STL_SUPPORT = YES
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
@@ -382,7 +383,7 @@
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
-CASE_SENSE_NAMES = YES
+CASE_SENSE_NAMES = NO
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the
@@ -623,6 +624,9 @@
EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
@CMAKE_SOURCE_DIR@/src/external/cpptcl/ \
+ @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.5.0 \
+ @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.6.0 \
+ @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.6.1 \
@CMAKE_SOURCE_DIR@/src/libraries/tools/bsp
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
@@ -1295,13 +1299,13 @@
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# in the INCLUDE_PATH (see below) will be search if a #include is found.
-SEARCH_INCLUDES = YES
+SEARCH_INCLUDES = NO
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH =
+INCLUDE_PATH = @DOXYGEN_INCLUDE_DIRECTORIES@
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
More information about the Orxonox-commit
mailing list