From c7ea73b078363dd93b47fb898cadf908b0d0b5ca Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 12:44:45 +0200 Subject: [PATCH] don't generate LaTeX --- documentation/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 4d4ad53..d3207d2 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -1713,7 +1713,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