diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-25 15:06:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-25 15:06:41 (GMT) |
commit | 7d9031583b2a1cc2374a54f5004ed2dd4a61e649 (patch) | |
tree | 85b63c5acfeaa5def630341302a12b466fbc3a42 /doc/commands.doc | |
parent | 2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8 (diff) | |
download | Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.zip Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.tar.gz Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.tar.bz2 |
Release-1.1.4-20000625
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 8bf691a..b275909 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -104,6 +104,7 @@ documentation: <li> \refitem cmdsa \sa <li> \refitem cmdsection \section <li> \refitem cmdshowinitializer \showinitializer +<li> \refitem cmdsince \since <li> \refitem cmdskip \skip <li> \refitem cmdskipline \skipline <li> \refitem cmdstruct \struct @@ -802,6 +803,16 @@ Public/Protected/Private/... section. to objects. <hr> +\subsection cmdsince \since { text } + + \addindex \since + This tag can be used to specify since when (version or time) an + entity is available. The paragraph that follows \\since does not have any + special internal structure. All visual enhancement commands may be + used inside the paragraph. The \\since description ends when a blank + line or some other sectioning command is encountered. + +<hr> \subsection cmdthrow \throw <exception-object> { exception description } \addindex \throw |