summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-03 20:07:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-03 20:07:39 (GMT)
commitae7007a45fbf1957fa265ae667a7c20a72298468 (patch)
tree0025125994627e74d4f11d5a3e0499a84928476c /doc/commands.doc
parentbe7a6bf70f440124bc205e02f456e2178696e207 (diff)
parentdd2c137847e16d0a7c6086053f55bce501d84a0c (diff)
downloadDoxygen-ae7007a45fbf1957fa265ae667a7c20a72298468.zip
Doxygen-ae7007a45fbf1957fa265ae667a7c20a72298468.tar.gz
Doxygen-ae7007a45fbf1957fa265ae667a7c20a72298468.tar.bz2
Merge pull request #95 from albert-github/feature/bug_latex_index_1
Enabling possibility to have { and } in (latex) index items
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index ab7c569..7644f69 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2698,6 +2698,8 @@ class Receiver
<hr>
\section cmdfcurlyopen \\f{environment}{
+ \addindex \\f{
+
Marks the start of a formula that is in a specific environment.
\note The second \c { is optional and is only to help editors (such as \c Vim) to
do proper syntax highlighting by making the number of opening and closing braces
@@ -2707,6 +2709,8 @@ class Receiver
<hr>
\section cmdfcurlyclose \\f}
+ \addindex \\f}
+
Marks the end of a formula that is in a specific environment.
\sa section \ref cmdfcurlyopen "\\f{" and section \ref formulas "formulas".
@@ -3032,7 +3036,7 @@ class Receiver
\section cmdchardot \\.
\addindex \\\.
- This command writes a dot (\c .) to the output. This can be useful to
+ This command writes a dot (`.`) to the output. This can be useful to
prevent ending a brief description when JAVADOC_AUTOBRIEF is enabled
or to prevent starting a numbered list when the dot follows a number at
the start of a line.
@@ -3040,7 +3044,7 @@ class Receiver
<hr>
\section cmddcolon \\::
- \addindex \\\::
+ \addindex \\::
This command writes a double colon (\c \::) to the output. This
character sequence has to be escaped in some cases, because it is used
to reference to documented entities.