diff options
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 11 |
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 |