From c3d24fe97cd376c5c1c3752877fcdbe7da5a20c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkovsky@mmg.fjfi.cvut.cz> Date: Mon, 10 Jan 2022 16:34:57 +0100 Subject: [PATCH] Fixed STRIP_FROM_PATH in Doxyfile --- Documentation/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile index 193ff359e4..58f4b4b1f5 100644 --- a/Documentation/Doxyfile +++ b/Documentation/Doxyfile @@ -164,7 +164,8 @@ 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 = ./ +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 -- GitLab