diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-15 19:55:15 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-09-15 19:55:15 (GMT) |
commit | 8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105 (patch) | |
tree | 80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /doc/commands.doc | |
parent | 0503d26ad7375502459a05a3bb6ff67f1223a77f (diff) | |
download | Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.zip Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.gz Doxygen-8d986f5d3a2a40e40d2c9f584f921ed4cc4dd105.tar.bz2 |
Release-1.2.17-20020915
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 8a95ab6..42d4c8d 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -116,6 +116,7 @@ documentation: \refitem cmdskipline \\skipline \refitem cmdstruct \\struct \refitem cmdsubsection \\subsection +\refitem cmdsubsubsection \\subsubsection \refitem cmdtest \\test \refitem cmdthrow \\throw \refitem cmdtodo \\todo @@ -1106,7 +1107,8 @@ ALIASES = "english=\if english" \ subsection should be specified as the second argument of the \\subsection command. - \warning This command only works inside related page documentation and + \warning This command only works inside a section of a related page + documentation block and \e not in other documentation blocks! \sa @@ -1114,6 +1116,38 @@ ALIASES = "english=\if english" \ \ref cmdsubsection "\\subsection" command. <hr> +\section cmdsubsubsection \subsubsection <subsubsection-name> (subsubsection title) + + \addindex \\subsubsection + Creates a subsubsection with name \<subsubsection-name\>. The title of the + subsubsection should be specified as the second argument of the + \\subsubsection command. + + \warning This command only works inside a subsection of a + related page documentation block and + \e not in other documentation blocks! + + \sa + Section \ref cmdpage "\\page" for an example of the + \ref cmdsubsubsection "\\subsubsection" command. + +<hr> +\section cmdparagraph \paragraph <paragraph-name> (paragraph title) + + \addindex \\paragraph + Creates a named paragraph with name \<paragraph-name\>. The title of the + paragraph should be specified as the second argument of the + \\paragraph command. + + \warning This command only works inside a subsubsection of a + related page documentation block and + \e not in other documentation blocks! + + \sa + Section \ref cmdpage "\\page" for an example of the + \ref cmdparagraph "\\paragraph" command. + +<hr> <h2>\htmlonly <center> --- \endhtmlonly Commands for displaying examples |