From 20b395c2c307e64ff43e5da137acd7e7383f4785 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Tue, 24 Nov 2020 11:26:00 +0100 Subject: [PATCH] Make documentation builds reproducible Doxygen includes the full path to sources in its documentation by default, which makes builds non-reproducible. Instruct it to use the shortest possible path that makes file names unique instead. --- doc/c/Doxyfile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/c/Doxyfile.in.in b/doc/c/Doxyfile.in.in index 16bdd2fb..dfd20e60 100644 --- a/doc/c/Doxyfile.in.in +++ b/doc/c/Doxyfile.in.in @@ -158,7 +158,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