From 0e61aa8d407440582a54eb74cac5659e18c210e5 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 12 Feb 2019 15:28:59 +0100 Subject: [PATCH] Disable PDF documentation Current doxygen and texlive fail with: | ! Missing } inserted. | | } | l.495 \end{DoxyParams} | | ? | ! Emergency stop. | | } | l.495 \end{DoxyParams} | | ! ==> Fatal error occurred, no output PDF file produced! Until this is fixed in doxygen or texlive, disable generation of the PDF documentation. Gbp-Pq: Name 0003-Disable-PDF-documentation.patch --- doc/doxygen-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen-config b/doc/doxygen-config index 98083a7..1d19da1 100644 --- a/doc/doxygen-config +++ b/doc/doxygen-config @@ -1613,7 +1613,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