summaryrefslogtreecommitdiffstats
path: root/doc/doxygen.sty
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-01-15 12:37:01 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-01-15 12:37:01 (GMT)
commitdd2c137847e16d0a7c6086053f55bce501d84a0c (patch)
tree324281ae6b269144c0230383cffb308604b4a2e3 /doc/doxygen.sty
parentde9e2e0b72c5f460e38f0157039836fcdfb35c21 (diff)
downloadDoxygen-dd2c137847e16d0a7c6086053f55bce501d84a0c.zip
Doxygen-dd2c137847e16d0a7c6086053f55bce501d84a0c.tar.gz
Doxygen-dd2c137847e16d0a7c6086053f55bce501d84a0c.tar.bz2
Enabling possibility to have { and } in (latex) index items
In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range)
Diffstat (limited to 'doc/doxygen.sty')
-rw-r--r--doc/doxygen.sty2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen.sty b/doc/doxygen.sty
index 45bec34..8013dad 100644
--- a/doc/doxygen.sty
+++ b/doc/doxygen.sty
@@ -381,6 +381,8 @@
}
\newcommand{\doxyref}[3]{\textbf{#1} (\textnormal{#2}\,\pageref{#3})}
+\newcommand{\lcurly}{\{}
+\newcommand{\rcurly}{\}}
\newenvironment{DoxyCompactList}
{\begin{list}{}{
\setlength{\leftmargin}{0.5cm}