Browse Source

latex: batchmode and hyperlinks

pull/31/head
Jean-Baptiste Kempf 11 years ago
parent
commit
ca39c308e6
  1. 4
      doc/Doxyfile.in

4
doc/Doxyfile.in

@ -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.

Loading…
Cancel
Save