From 3cde4c27be9a0e882a3637290393d084c1e45dff Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 10 Jan 2015 21:01:40 +0300 Subject: [PATCH] Disable latex generation --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index 84d484e..29d2d4b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1553,7 +1553,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