Change PDF options
This commit is contained in:
parent
445e45ebfe
commit
6bbd757997
1 changed files with 2 additions and 2 deletions
|
@ -738,13 +738,13 @@ LATEX_HEADER =
|
||||||
# contain links (just like the HTML output) instead of page references
|
# contain links (just like the HTML output) instead of page references
|
||||||
# This makes the output suitable for online browsing using a pdf viewer.
|
# 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
|
# 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
|
# plain latex in the generated Makefile. Set this option to YES to get a
|
||||||
# higher quality PDF documentation.
|
# higher quality PDF documentation.
|
||||||
|
|
||||||
USE_PDFLATEX = NO
|
USE_PDFLATEX = YES
|
||||||
|
|
||||||
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
|
# 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
|
# command to the generated LaTeX files. This will instruct LaTeX to keep
|
||||||
|
|
Reference in a new issue