diff options
author | André Roth <neolynx@gmail.com> | 2014-09-18 16:00:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-19 12:44:11 -0300 |
commit | 6283f44e26e41ec98ceb6cc9e04111256dd91c67 (patch) | |
tree | 3b9e49a7cc6c19c25d9509ef03fda66e292b9468 | |
parent | 7f5458f28efa7c7d80ffb339ab221495fff1cee6 (diff) |
libdvbv5: use hyperlinks in doxygen PDF
Hyperlinks make the produced PDF nicer to use.
Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | doxygen_libdvbv5.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index f1f9ab4c..e262a0b9 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -1655,7 +1655,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 LATEX_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 |