From d64418648621af089577c8a3cefae951ce32efa0 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 10 Feb 2022 10:52:19 +0100 Subject: docs: Remove full path names from Doxygen generation The full path names can cause non-reproducible builds, because they include the build directory. --- host/docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index adb9999c9..fef2b8c0e 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -153,7 +153,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 -- cgit v1.2.3