summaryrefslogtreecommitdiffstats
path: root/doc/commands.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-03-07 21:00:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-03-07 21:00:29 (GMT)
commitce05925c34c21ec1d2033970745a86affd039445 (patch)
treeecc570be1c038ecdb55dda6d9ffe794945151261 /doc/commands.doc
parentf13d78d4dfe3e075e0f91ee8d62603fadf18a3a9 (diff)
downloadDoxygen-ce05925c34c21ec1d2033970745a86affd039445.zip
Doxygen-ce05925c34c21ec1d2033970745a86affd039445.tar.gz
Doxygen-ce05925c34c21ec1d2033970745a86affd039445.tar.bz2
Release-1.3.6-20040307
Diffstat (limited to 'doc/commands.doc')
-rw-r--r--doc/commands.doc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index b315af3..4d3d804 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -109,6 +109,7 @@ documentation:
\refitem cmdparam \\param
\refitem cmdpost \\post
\refitem cmdpre \\pre
+\refitem cmdproperty \\property
\refitem cmdref \\ref
\refitem cmdrelates \\relates
\refitem cmdrelatesalso \\relatesalso
@@ -540,6 +541,16 @@ See section \ref memgroup for an example.
\ref cmdref "\\ref".
<hr>
+\section cmdproperty \property (qualified property name)
+
+ \addindex \\property
+ Indicates that a comment block contains documentation for a
+ property (either global or as a member of a class).
+ This command is equivalent to \\var and \\fn.
+
+ \sa section \ref cmdfn "\\fn" and \ref cmdvar "\\var".
+
+<hr>
\section cmdrelates \relates <name>
\addindex \\relates