diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-30 13:58:29 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-30 13:58:29 (GMT) |
commit | 3876f92c80e9cc62af30916f0ccdeb83cdc2ff05 (patch) | |
tree | 2d71d4688e381dc8e0c968d120b25fdd0763c27e /doc | |
parent | 7295388a3c6b3a12a77dc7a56862333c97e4ccb6 (diff) | |
download | Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.zip Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.tar.gz Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.tar.bz2 |
Release-1.2.0-20000730
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 32 | ||||
-rw-r--r-- | doc/doxygen_manual.tex | 3 |
2 files changed, 24 insertions, 11 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 7791c8b..37d4890 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -113,6 +113,7 @@ documentation: <li> \refitem cmdskipline \skipline <li> \refitem cmdstruct \struct <li> \refitem cmdsubsection \subsection +<li> \refitem cmdtest \test <li> \refitem cmdthrow \throw <li> \refitem cmdtodo \todo <li> \refitem cmdtypedef \typedef @@ -807,7 +808,7 @@ Public/Protected/Private/... section. Synonymous to \\see. - \sa section \ref autolink "\\autolink" for information on how to create links + \sa section \ref autolink "autolink" for information on how to create links to objects. <hr> @@ -821,6 +822,16 @@ Public/Protected/Private/... section. line or some other sectioning command is encountered. <hr> +\subsection cmdtest \test { paragraph describing a test case } + + \addindex \test + Starts a paragraph where a test case can be described. + The description will also add the test case to a separate test list. + The two instances of the description will be cross-referenced. + Each test case in the test list will be preceded by a header that + indicates the origin of the test case. + +<hr> \subsection cmdthrow \throw <exception-object> { exception description } \addindex \throw @@ -830,11 +841,14 @@ Public/Protected/Private/... section. the tag \\throws is a synonym for this tag. <hr> -\subsection cmdtodo \todo ( one line todo description ) +\subsection cmdtodo \todo { paragraph describing what is to be done } \addindex \todo - Adds a TODO item to the documentation. The item will also be added - to a TODO list. Both instances of the item will be cross-referenced. + Starts a paragraph where a TODO item is described. + The description will also add an item to a separate TODO list. + The two instances of the description will be cross-referenced. + Each item in the TODO list will be preceded by a header that + indicates the origin of the item. <hr> \subsection cmdversion \version { version number } @@ -907,7 +921,7 @@ Public/Protected/Private/... section. the \\link and \\endlink commands serves as text for a link to the \<link-object\> specified as the first argument of \\link. - See section \ref autolink "\\autolink" for more information on automatically + See section \ref autolink "autolink" for more information on automatically generated links and valid link-objects. \b Note: @@ -1150,7 +1164,7 @@ Public/Protected/Private/... section. \par Note: For nested lists, HTML commands should be used. - Equivalent to \ref cmdli "\\cmdli" + Equivalent to \ref cmdli "\\li" <hr> @@ -1176,7 +1190,7 @@ Public/Protected/Private/... section. will result in the following text:<br><br> ... This function returns \c void and not \c int ... - Equivalent to \ref cmdp "\\cmdp" + Equivalent to \ref cmdp "\\p" <hr> \subsection cmdcode \code @@ -1396,7 +1410,7 @@ Public/Protected/Private/... section. \par Note: For nested lists, HTML commands should be used. - Equivalent to \ref cmdarg "\\cmdarg" + Equivalent to \ref cmdarg "\\arg" <hr> \subsection cmdp \p <word> @@ -1413,7 +1427,7 @@ Public/Protected/Private/... section. This will result in the following text:<br><br> ... the \p x and \p y coordinates are used to ... - Equivalent to \ref cmdc "\\cmdc" + Equivalent to \ref cmdc "\\c" <hr> \subsection cmdverbatim \verbatim diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index 4a89d23..6bab05e 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -20,8 +20,7 @@ \usepackage{doxygen} \usepackage{multicol} \usepackage{times} -\usepackage[backref=true, - pagebackref=true, +\usepackage[pagebackref=true, colorlinks=true, linkcolor=blue ]{hyperref} |