[PATCH] doxygen: Set the Latex generation default to NO.
Chris Johns
chrisj at rtems.org
Wed Oct 11 23:38:51 UTC 2017
Closes #3130.
---
cpukit/Doxyfile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in
index e4b681f19c..8a66d22937 100644
--- a/cpukit/Doxyfile.in
+++ b/cpukit/Doxyfile.in
@@ -1024,7 +1024,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.
-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
--
2.13.5 (Apple Git-94)
More information about the devel
mailing list