From 1025372289dfcb0a6eb4c7a814dc7c097b6120b8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 28 Oct 2008 22:48:38 +0000 Subject: generate latex output in the doxyfile. It doesn't hurt since it won't try to compile it automaticaly. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@182 7dcaeef0-15fb-0310-b436-a5af3365683c --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 244da570..a3bf901a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -776,7 +776,7 @@ TREEVIEW_WIDTH = 250 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = NO +GENERATE_LATEX = YES # 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 @@ -824,13 +824,13 @@ LATEX_HEADER = # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. -PDF_HYPERLINKS = NO +PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. -USE_PDFLATEX = NO +USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep -- cgit v1.2.3