diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-06-06 19:49:53 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-06-06 19:49:53 (GMT) |
commit | 0bb78ec1f61b95b550b65361081c01a104728341 (patch) | |
tree | b158d4e26359c261b119f485d1d4c69a6034663c /doc/commands.doc | |
parent | 3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68 (diff) | |
download | Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.zip Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.tar.gz Doxygen-0bb78ec1f61b95b550b65361081c01a104728341.tar.bz2 |
Release-1.7.4-20110606
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index bf2b39c..9e1a787 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -57,6 +57,7 @@ documentation: \refitem cmdcopybrief \\copybrief \refitem cmdcopydetails \\copydetails \refitem cmdcopydoc \\copydoc +\refitem cmdcopyright \\copyright \refitem cmddate \\date \refitem cmddef \\def \refitem cmddefgroup \\defgroup @@ -1018,6 +1019,7 @@ Section indicators Click <a href="$(DOXYGEN_DOCDIR)/examples/author/html/class_windows_n_t.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly + <hr> \section cmdauthors \\authors { list of authors } @@ -1124,6 +1126,15 @@ contains \c TEST, or \c DEV \sa section \ref cmdendcond "\\endcond". <hr> +\section cmdcopyright \\copyright { copyright description } + + \addindex \\copyright + Starts a paragraph where the copyright of an entity can be described. + This paragraph will be indented. + The text of the paragraph has no special internal structure. + See section \ref cmdauthor "\\author" for an example. + +<hr> \section cmddate \\date { date description } \addindex \\date @@ -1566,8 +1577,8 @@ void memcpy(void *dest, const void *src, size_t n); Alternatively, one \\version command may mention several version strings. The \\version command ends when a blank line or some other - sectioning command is encountered. See section \ref cmdauthor "\\author" - for an example. + sectioning command is encountered. + See section \ref cmdauthor "\\author" for an example. <hr> \section cmdwarning \\warning { warning message } |