From 32c4c942efb55441269df827639044e328659ee2 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 7 Nov 2022 15:52:09 +0800 Subject: [PATCH] Make the build reproducible Last-Update: 2018-01-23 Gbp-Pq: Name reproducible-build.diff --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 76cda4d..f4a8816 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -132,7 +132,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