diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2007-05-06 12:30:18 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2007-05-06 12:30:18 (GMT) |
commit | 0b087b99d43fb3803b26407d771ca32e6cf5c34b (patch) | |
tree | cfc812b095178411db5aae564fc43cac8b714078 /doc/commands.doc | |
parent | 80f45b6274c81f9cfd1772e5039005124ae04fab (diff) | |
download | Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.zip Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.tar.gz Doxygen-0b087b99d43fb3803b26407d771ca32e6cf5c34b.tar.bz2 |
Release-1.5.2-20070506
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 298f492..b1ce780 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -58,6 +58,7 @@ documentation: \refitem cmddef \\def \refitem cmddefgroup \\defgroup \refitem cmddeprecated \\deprecated +\refitem cmddetails \\details \refitem cmddir \\dir \refitem cmddontinclude \\dontinclude \refitem cmddot \\dot @@ -864,6 +865,14 @@ is empty, \c TEST, \c DEV, or \c DEV \c TEST. expected life span, etc. <hr> +\section cmddetails \\details {detailed decription} + + \addindex \\details + Just like \ref cmdbrief "\\brief" starts a brief description, \\details + starts the detailed description. You can also start a new paragraph (blank line) + then the \\details command is not needed. + +<hr> \section cmdelse \\else \addindex \\else |