From 87da25eab303e3372a939be5ad0eafab7ffb2b9d Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Sat, 10 Jan 2015 08:29:34 +0100 Subject: [PATCH] doxygen: enable latex batchmode Instruct the latex processor to keep going if an error occurs. --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 8c6614ed13..2f85f20487 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -1689,7 +1689,7 @@ USE_PDFLATEX = YES # The default value is: NO. # This tag requires that the tag GENERATE_LATEX is set to YES. -LATEX_BATCHMODE = NO +LATEX_BATCHMODE = YES # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the # index chapters (such as File Index, Compound Index, etc.) in the output.