Fix Lintian info file-references-package-build-path in Doxygen docs
authorGavin Lai (賴建宇) <gavin09@gmail.com>
Thu, 13 Mar 2025 01:24:05 +0000 (09:24 +0800)
committerGavin Lai (賴建宇) <gavin09@gmail.com>
Thu, 13 Mar 2025 01:24:05 +0000 (09:24 +0800)
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

index 8c5b5dff54721fe4ccc9f3049e6c2c3f484cb911..4db876d7f9548d98f13be80e0bf3b1fa45c42493 100644 (file)
@@ -10,3 +10,4 @@ GENERATE_XML          = YES
 WARN_IF_UNDOCUMENTED   = YES
 QUIET                  = YES
 EXTRACT_ALL            = YES
+FULL_PATH_NAMES         = NO