diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
commit | e37828267bfc6c76a5b01208dcdb676a3aa580f9 (patch) | |
tree | e1e96dcb9bbad928271e0546023ea0a9841641b6 /doc/commands.doc | |
parent | 74cc4d70240d09e10c9da94c0537670fc287a85e (diff) | |
download | Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.zip Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.tar.gz Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.tar.bz2 |
mods for doxygen-0.49-991205
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index e817483..1efd378 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -93,6 +93,7 @@ documentation: <li> \refitem cmdskipline \skipline <li> \refitem cmdstruct \struct <li> \refitem cmdsubsection \subsection +<li> \refitem cmdthrow \throw <li> \refitem cmdtypedef \typedef <li> \refitem cmdunion \union <li> \refitem cmduntil \until @@ -229,6 +230,12 @@ Doxygen. Unrecognized commands are treated as normal text. documentation contained in the comment block. All examples are placed in a list. The source code is scanned for documented members and classes. If any are found, the names are cross-referenced with the documentation. + Source files or directories can be specified using the + \c EXAMPLE_PATH tag of Doxygen's configuration file. + + If \<file-name\> itself is not unique for the set of example files specified + by the \c EXAMPLE_PATH tag, you can include part of the absolute path + to disambiguate it. If more that one source file is needed for the example, the \\include command can be used. @@ -583,9 +590,21 @@ Doxygen. Unrecognized commands are treated as normal text. sectioning command is encountered. See section \ref cmdfn "\\fn" for an example. + \par Note: + the tag \\exceptions is a synonym for this tag. + \sa Section \ref cmdjdexception "@exception". <hr> +\subsection cmdthrow \throw <exception-object> { exception description } + + \addindex \throw + Equivalent to \\exception (see section \ref cmdexception "\\exception"). + + \par Note: + the tag \\throws is a synonym for this tag. + +<hr> \subsection cmdreturn \return { description of the return value } \addindex \return @@ -799,6 +818,10 @@ Doxygen. Unrecognized commands are treated as normal text. Source files or directories can be specified using the \c EXAMPLE_PATH tag of Doxygen's configuration file. + If \<file-name\> itself is not unique for the set of example files specified + by the \c EXAMPLE_PATH tag, you can include part of the absolute path + to disambiguate it. + Using the \\include command is equivalent to inserting the file into the documentation block and surrounding it with \\code and \\endcode commands. @@ -1199,6 +1222,10 @@ The following command JavaDoc command are support. \subsection cmdjdexception @exception <exception-object> { exception-description } \addindex @exception Equivalent to \\exception (see section \ref cmdexception "\\exception"). + Also synonymous to \@exceptions and \\exceptions. +\subsection cmdjdthrows @throw <exception-object> { exception-description } + Equivalent to \\throw (see section \ref cmdthrow "\\throw"). + Also synonymous to \@exception and \\exception. \subsection cmdjdreturn @return { description of the return value } \addindex @return Equivalent to \\return (see section \ref cmdreturn "\\return"). |