1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sun, 7 Sep 2025 21:38:49 +0200
Subject: Stop generating latex-based PDF
---
docs/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 1c6f206..3782d10 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1649,7 +1649,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
-GENERATE_LATEX = YES
+GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|