From 8f9531d63f88008b0d4b0fce86543218c6c219d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 25 Jul 2018 12:31:18 +0200 Subject: [PATCH] fix absolute paths in Doxygen documentation --- doxygen/Doxyconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/Doxyconfig b/doxygen/Doxyconfig index 90c8326..ebbbe73 100644 --- a/doxygen/Doxyconfig +++ b/doxygen/Doxyconfig @@ -150,7 +150,7 @@ INLINE_INHERITED_MEMB = NO # shortest path that makes the file name unique will be used # The default value is: YES. -FULL_PATH_NAMES = YES +FULL_PATH_NAMES = NO # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. # Stripping is only done if one of the specified strings matches the left-hand