summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-23 13:27:44 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-07-23 13:27:44 (GMT)
commitfd851668bb00f0a36ccb1a7dbd83b3286aed30c1 (patch)
tree327881e60179eaec074017c00141a95961be59d5 /src/config.xml
parentae25f5c41545e17b37d67ab7dabf422f0eb757aa (diff)
parent9b52da49cb544fb0a676e9d12fdbafaf0c1db8cb (diff)
downloadDoxygen-fd851668bb00f0a36ccb1a7dbd83b3286aed30c1.zip
Doxygen-fd851668bb00f0a36ccb1a7dbd83b3286aed30c1.tar.gz
Doxygen-fd851668bb00f0a36ccb1a7dbd83b3286aed30c1.tar.bz2
Merge branch 'feature/bug_latex_index' of https://github.com/albert-github/doxygen into albert-github-feature/bug_latex_index
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 94376f5..c863ac7 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2553,6 +2553,20 @@ EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
<![CDATA[
The \c MAKEINDEX_CMD_NAME tag can be used to specify the command name to
generate index for \f$\mbox{\LaTeX}\f$.
+
+ @note This tag is used in the `Makefile` / `make.bat`.
+ \sa \ref cfg_latex_makeindex_cmd "LATEX_MAKEINDEX_CMD" for the part in the generated output file (`.tex`).
+]]>
+ </docs>
+ </option>
+ <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$.
+
+ @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`.
]]>
</docs>
</option>