From 00583c3877ae85a3ec1f7f9c5d794af4cfa6f9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 25 Jan 2022 23:08:19 +0100 Subject: [PATCH] Fix Doxygen path stripping --- docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 91ef7ac1..f9a2b942 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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