diff options
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 } |