|
@@ -138,7 +138,8 @@ FULL_PATH_NAMES = YES
|
|
|
# If left blank the directory from which doxygen is run is used as the
|
|
# If left blank the directory from which doxygen is run is used as the
|
|
|
# path to strip.
|
|
# path to strip.
|
|
|
|
|
|
|
|
-STRIP_FROM_PATH = C:/Windows/System32/
|
|
|
|
|
|
|
+STRIP_FROM_PATH = C:/projects/urho3d/ \
|
|
|
|
|
+ /home/travis/build/urho3d/Urho3D/
|
|
|
|
|
|
|
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
|
# 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
|
|
# the path mentioned in the documentation of a class, which tells
|
|
@@ -147,7 +148,8 @@ STRIP_FROM_PATH = C:/Windows/System32/
|
|
|
# definition is used. Otherwise one should specify the include paths that
|
|
# definition is used. Otherwise one should specify the include paths that
|
|
|
# are normally passed to the compiler using the -I flag.
|
|
# are normally passed to the compiler using the -I flag.
|
|
|
|
|
|
|
|
-STRIP_FROM_INC_PATH =
|
|
|
|
|
|
|
+STRIP_FROM_INC_PATH = C:/projects/urho3d/Source/ \
|
|
|
|
|
+ /home/travis/build/urho3d/Urho3D/Source/
|
|
|
|
|
|
|
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
|
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
|
|
# (but less readable) file names. This can be useful if your file system
|
|
# (but less readable) file names. This can be useful if your file system
|