summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-28 08:52:26 (GMT)
committerGitHub <noreply@github.com>2020-07-28 08:52:26 (GMT)
commit2199db9d66d77bac47477e16908ab27d45c2e23f (patch)
treee6ef694331ea80f22361b9c54094c2ddb60337da /src/config.xml
parentd48f19e810978757f28164e22154e649f2c70f95 (diff)
parentc8f5aea6be63282d1dc6359a3e9bda9462565ca2 (diff)
downloadDoxygen-2199db9d66d77bac47477e16908ab27d45c2e23f.zip
Doxygen-2199db9d66d77bac47477e16908ab27d45c2e23f.tar.gz
Doxygen-2199db9d66d77bac47477e16908ab27d45c2e23f.tar.bz2
Merge pull request #7869 from albert-github/feature/issue_7865
issue #7865 Update documentation of USE_PDFLATEX option
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 9cbe46a..f7d9a9e 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2758,9 +2758,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>