[vlc-commits] latex: batchmode and hyperlinks

Jean-Baptiste Kempf git at videolan.org
Sun Jun 14 19:04:31 CEST 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 14 18:30:45 2015 +0200| [b6b6a9aceaa9c93c1d231b008e6fe2de3a202986] | committer: Jean-Baptiste Kempf

latex: batchmode and hyperlinks

(cherry picked from commit ca39c308e69bffd4981977c83fa80642f39ad2da)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=b6b6a9aceaa9c93c1d231b008e6fe2de3a202986
---

 doc/Doxyfile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index bada511..8090c45 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1138,7 +1138,7 @@ 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
@@ -1151,7 +1151,7 @@ USE_PDFLATEX           = NO
 # running if errors occur, instead of asking the user for help.
 # This option is also used when generating formulas in HTML.
 
-LATEX_BATCHMODE        = NO
+LATEX_BATCHMODE        = YES
 
 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
 # include the index chapters (such as File Index, Compound Index, etc.)



More information about the vlc-commits mailing list