summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-05-29 14:42:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-05-29 14:42:02 (GMT)
commitd501764f03878f36d156cf3d99582d716a35543c (patch)
tree52ce8ff8f04f56554e6a75200ec71b95b5e7072f
parentb9f47c5f34759cf56c904d6c4395f84a3e0b52ea (diff)
parentc87cceafe203a11e4074b748469e993d13cd8fb3 (diff)
downloadDoxygen-d501764f03878f36d156cf3d99582d716a35543c.zip
Doxygen-d501764f03878f36d156cf3d99582d716a35543c.tar.gz
Doxygen-d501764f03878f36d156cf3d99582d716a35543c.tar.bz2
Merge pull request #176 from jwakely/patch-1
Fix description of USE_PDFLATEX
-rw-r--r--src/config.xml2
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.
]]>