diff options
author | Jonathan Wakely <github@kayari.org> | 2014-05-29 00:08:55 (GMT) |
---|---|---|
committer | Jonathan Wakely <github@kayari.org> | 2014-05-29 00:08:55 (GMT) |
commit | c87cceafe203a11e4074b748469e993d13cd8fb3 (patch) | |
tree | 484050457be936d629b60498a78ae383374112c4 | |
parent | baeed6b96df83bc70f64e399267141ef9d574eff (diff) | |
download | Doxygen-c87cceafe203a11e4074b748469e993d13cd8fb3.zip Doxygen-c87cceafe203a11e4074b748469e993d13cd8fb3.tar.gz Doxygen-c87cceafe203a11e4074b748469e993d13cd8fb3.tar.bz2 |
Fix description of USE_PDFLATEX
The tag is USE_PDFLATEX, not LATEX_PDFLATEX
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 349c41c..4d93ee5 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2553,7 +2553,7 @@ EXTRA_PACKAGES=times <option type='bool' id='USE_PDFLATEX' defval='1' depends='GENERATE_LATEX'> <docs> <![CDATA[ - If the \c LATEX_PDFLATEX tag is set to \c YES, doxygen will use + 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$ files. Set this option to \c YES to get a higher quality PDF documentation. ]]> |