summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 43948a4..b56ebf3 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -176,6 +176,7 @@ documentation:
\refitem cmdgt \\\>
\refitem cmdhash \\\#
\refitem cmdperc \\\%
+\refitem cmdquot \\\"
\endsecreflist
The following subsections provide a list of all commands that are recognized by
@@ -224,6 +225,7 @@ Structural indicators
\sa page \ref grouping "Grouping", sections \ref cmddefgroup "\\defgroup", \ref cmdingroup "\\ingroup" and
\ref cmdweakgroup "\\weakgroup".
+<hr>
\section cmdcallgraph \\callgraph
\addindex \\callgraph
@@ -324,7 +326,6 @@ Structural indicators
stripped from the full path before it appears in the output.
<hr>
-
\section cmdenum \\enum <name>
\addindex \\enum
@@ -884,6 +885,7 @@ Section indicators
The \\attention command ends when a blank line or some other
sectioning command is encountered.
+<hr>
\section cmdauthor \\author { list of authors }
\addindex \\author
@@ -1423,6 +1425,7 @@ void memcpy(void *dest, const void *src, size_t n);
sectioning command is encountered. See section \ref cmdauthor "\\author"
for an example.
+<hr>
\section cmdxrefitem \\xrefitem <key> "(heading)" "(list title)" {text}
\addindex \\xrefitem
@@ -1465,6 +1468,7 @@ Commands to create links
</h2>
\htmlonly </center>\endhtmlonly
+<hr>
\section cmdaddindex \\addindex (text)
\addindex \\addindex
@@ -1644,6 +1648,7 @@ Commands for displaying examples
</h2>
\htmlonly </center>\endhtmlonly
+<hr>
\section cmddontinclude \\dontinclude <file-name>
\addindex \\dontinclude
@@ -2453,6 +2458,7 @@ class Receiver
This command writes the \> character to the output. This
character has to be escaped because it has a special meaning in HTML.
+<hr>
\section cmdperc \\\%
\addindex \\\%
@@ -2461,7 +2467,14 @@ class Receiver
prevent auto-linking to word that is also a documented class or struct.
<hr>
+\section cmdquot \\\"
+ \addindex \\\"
+ This command writes the \" character to the output. This
+ character has to be escaped in some cases, because it is used to
+ prevent auto-linking to word that is also a documented class or struct.
+
+<hr>
\htmlonly <center> \endhtmlonly
<h2>
\htmlonly --- \endhtmlonly