Fixed wrong path stripping in doc generation
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@366 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -114,7 +114,8 @@ FULL_PATH_NAMES = YES
|
||||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@
|
||||
STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ \
|
||||
@CMAKE_SOURCE_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
|
||||
@@ -123,7 +124,8 @@ STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@
|
||||
# definition is used. Otherwise one should specify the include paths that
|
||||
# are normally passed to the compiler using the -I flag.
|
||||
|
||||
STRIP_FROM_INC_PATH = @CMAKE_CURRENT_SOURCE_DIR@/
|
||||
STRIP_FROM_INC_PATH = @CMAKE_SOURCE_DIR@ \
|
||||
@CMAKE_SOURCE_DIR@/src
|
||||
|
||||
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
||||
# (but less readable) file names. This can be useful is your file systems
|
||||
|
||||
Reference in New Issue
Block a user