summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-08 18:43:24 (GMT)
committerGitHub <noreply@github.com>2019-01-08 18:43:24 (GMT)
commit8c2739019adc0c230d976ed935f6ab413af3817f (patch)
tree4a1f355ee8c28d4b975fb86ee45f73577d5bd242 /src
parent11d4c8b0d8e16c35ae34e0b54cd312f8e3d6feed (diff)
parent889eab308b564c4deba4ef58a3f134a309e3e9d1 (diff)
downloadDoxygen-8c2739019adc0c230d976ed935f6ab413af3817f.zip
Doxygen-8c2739019adc0c230d976ed935f6ab413af3817f.tar.gz
Doxygen-8c2739019adc0c230d976ed935f6ab413af3817f.tar.bz2
Merge pull request #6750 from albert-github/feature/issue_6725
issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibility
Diffstat (limited to 'src')
-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`.