mirror of
https://github.com/zeldaret/botw.git
synced 2024-11-26 22:50:34 +00:00
Fix Doxygen path stripping
This commit is contained in:
parent
29a7b8f349
commit
00583c3877
@ -174,7 +174,7 @@ FULL_PATH_NAMES = YES
|
||||
# will be relative from the directory where doxygen is started.
|
||||
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
||||
|
||||
STRIP_FROM_PATH = ../../
|
||||
STRIP_FROM_PATH = ../
|
||||
|
||||
# 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 reader which
|
||||
@ -183,7 +183,7 @@ STRIP_FROM_PATH = ../../
|
||||
# specify the list of include paths that are normally passed to the compiler
|
||||
# using the -I flag.
|
||||
|
||||
STRIP_FROM_INC_PATH = ../src/ ../lib/NintendoSDK/include/ ../lib/sead/include/ ../lib/agl/include/ ../lib/aal/include/ ../lib/gsys/include/ ../lib/EventFlow/include/ ../lib/xlink2/include/ ../lib/hkStubs/
|
||||
STRIP_FROM_INC_PATH = src/ lib/NintendoSDK/include/ lib/sead/include/ lib/agl/include/ lib/aal/include/ lib/gsys/include/ lib/EventFlow/include/ lib/xlink2/include/ lib/hkStubs/
|
||||
|
||||
# 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 doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user