summaryrefslogtreecommitdiffstats
path: root/doc/xmlcmds.doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-19 12:23:25 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-05-19 12:23:25 (GMT)
commit10d977e25836f80ab52aa59f945a88333cd2ea95 (patch)
tree83a30b06a24a934bb4120199cd0c180ece6fc1ed /doc/xmlcmds.doc
parent7b57ba3ce34b08841026da979dd9139f08033800 (diff)
downloadDoxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.zip
Doxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.tar.gz
Doxygen-10d977e25836f80ab52aa59f945a88333cd2ea95.tar.bz2
Release-1.8.4
Diffstat (limited to 'doc/xmlcmds.doc')
-rw-r--r--doc/xmlcmds.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xmlcmds.doc b/doc/xmlcmds.doc
index 16beed3..5df9b7b 100644
--- a/doc/xmlcmds.doc
+++ b/doc/xmlcmds.doc
@@ -28,7 +28,7 @@ Here is the list of tags supported by doxygen:
<li><tt>\<c\></tt> Identifies inline text that should be rendered as a
piece of code. Similar to using <tt>\<tt\></tt>text<tt>\</tt\></tt>.
<li><tt>\<code\></tt> Set one or more lines of source code or program output.
- Note that this command behaves like <tt>\\code ... \\endcode</tt>
+ Note that this command behaves like \ref cmdcode "\\code" ... \ref cmdendcode "\\endcode"
for C# code, but it behaves like the HTML equivalent
<tt>\<code\>...\</code\></tt> for other languages.
<li><tt>\<description\></tt> Part of a <tt>\<list\></tt> command, describes an item.