latex: batchmode and hyperlinks

This commit is contained in:
Jean-Baptiste Kempf 2015-06-14 18:30:45 +02:00
parent c0fe1cb985
commit ca39c308e6
1 changed files with 2 additions and 2 deletions

View File

@ -1686,7 +1686,7 @@ LATEX_EXTRA_FILES =
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PDF_HYPERLINKS = NO
PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
@ -1703,7 +1703,7 @@ USE_PDFLATEX = NO
# 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.