From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Wed, 27 Oct 2021 11:36:01 +0200
Subject: Strip build path from Doxygen files

Forwarded: not-needed
---
 docs/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index b670e43..1118f36 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -183,7 +183,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
