summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-07 17:26:34 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-07 17:26:34 (GMT)
commit889eab308b564c4deba4ef58a3f134a309e3e9d1 (patch)
tree9b9e55d0cce07bd869066e9d3eeae32a04dd7bce /src/config.xml
parent62712c703b377777a80b61e3ce7e7595771c2ad5 (diff)
downloadDoxygen-889eab308b564c4deba4ef58a3f134a309e3e9d1.zip
Doxygen-889eab308b564c4deba4ef58a3f134a309e3e9d1.tar.gz
Doxygen-889eab308b564c4deba4ef58a3f134a309e3e9d1.tar.bz2
issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibility
Fix to overcome problems in CMake. The required `\` in the `tex` code is automatically added when generating the LaTeX files.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index fdc562d..6b61f3c 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2594,11 +2594,12 @@ EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
]]>
</docs>
</option>
- <option type='string' id='LATEX_MAKEINDEX_CMD' defval='\makeindex' depends='GENERATE_LATEX'>
+ <option type='string' id='LATEX_MAKEINDEX_CMD' defval='makeindex' depends='GENERATE_LATEX'>
<docs>
<![CDATA[
The \c LATEX_MAKEINDEX_CMD tag can be used to specify the command name to
- generate index for \f$\mbox{\LaTeX}\f$.
+ generate index for \f$\mbox{\LaTeX}\f$. In case there is no backslash (`\`) as first character it
+ will be automatically added in the \f$\mbox{\LaTeX}\f$ code.
@note This tag is used in the generated output file (`.tex`).
\sa \ref cfg_makeindex_cmd_name "MAKEINDEX_CMD_NAME" for the part in the `Makefile` / `make.bat`.