summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-06-23 12:48:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-06-23 12:48:27 (GMT)
commitc8f5aea6be63282d1dc6359a3e9bda9462565ca2 (patch)
tree1736b54792324b4ad0b4659bb8964f1e0550083c
parentd5916c06fba9667911a19cf658e7c5ab54daf72c (diff)
downloadDoxygen-c8f5aea6be63282d1dc6359a3e9bda9462565ca2.zip
Doxygen-c8f5aea6be63282d1dc6359a3e9bda9462565ca2.tar.gz
Doxygen-c8f5aea6be63282d1dc6359a3e9bda9462565ca2.tar.bz2
issue #7865 Update documentation of USE_PDFLATEX option
Updated texts to better reflect current situation
-rw-r--r--src/config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 6a87a0b..7c5a83d 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2756,9 +2756,12 @@ or
<option type='bool' id='USE_PDFLATEX' defval='1' depends='GENERATE_LATEX'>
<docs>
<![CDATA[
- If the \c USE_PDFLATEX tag is set to \c YES, doxygen will use
- \c pdflatex to generate the PDF file directly from the \f$\mbox{\LaTeX}\f$
+ If the \c USE_PDFLATEX tag is set to \c YES, doxygen will use the engine
+ as specified with \ref cfg_latex_cmd_name "LATEX_CMD_NAME"
+ to generate the PDF file directly from the \f$\mbox{\LaTeX}\f$
files. Set this option to \c YES, to get a higher quality PDF documentation.
+<br>
+ See also section \ref cfg_latex_cmd_name "LATEX_CMD_NAME" for selecting the engine.
]]>
</docs>
</option>