From 768b7892e37878a853949d502347c771d076ab1c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 24 Jun 2021 18:13:00 +0200 Subject: [PATCH] python: Do not include the full file names in the docs. -- GnuPG-bug-id: 5299 --- lang/qt/doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in index 8ccd11c4..ccccbc4a 100644 --- a/lang/qt/doc/Doxyfile.in +++ b/lang/qt/doc/Doxyfile.in @@ -140,7 +140,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