From d13db1dd880a6055869c0a94484d89ce71f34aaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gavin=20Lai=20=28=E8=B3=B4=E5=BB=BA=E5=AE=87=29?= Date: Sun, 23 Feb 2025 21:20:22 +0800 Subject: [PATCH] Fix Lintian info file-references-package-build-path in Doxygen docs Forwarded: not-needed Last-Update: 2025-02-22 This patch updates docs/Doxyfile to set FULL_PATH_NAMES to NO. By doing so, it prevents absolute build paths from being embedded in the generated document. This patch fixes the following Lintian info message: I: libgpiod-doc: file-references-package-build-path Last-Update: 2025-02-22 Gbp-Pq: Name docs-disable-full-path-names --- docs/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Doxyfile b/docs/Doxyfile index 8c5b5df..4db876d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -10,3 +10,4 @@ GENERATE_XML = YES WARN_IF_UNDOCUMENTED = YES QUIET = YES EXTRACT_ALL = YES +FULL_PATH_NAMES = NO -- 2.30.2