[rtems commit] doxygen: Set the Latex generation default to NO.

Chris Johns chrisj at rtems.org
Thu Oct 12 15:49:47 UTC 2017


Module:    rtems
Branch:    master
Commit:    addeb53a640609a0d20b20991ee31952694fae64
Changeset: http://git.rtems.org/rtems/commit/?id=addeb53a640609a0d20b20991ee31952694fae64

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Oct 11 16:36:42 2017 -0700

doxygen: Set the Latex generation default to NO.

Closes #3130.

---

 cpukit/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in
index e4b681f..8a66d22 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



More information about the vc mailing list