diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-02-21 11:20:22 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-02-21 11:20:22 (GMT) |
commit | b8c69107e2675b8c2895b8354781c60d3be560df (patch) | |
tree | 0a1205a4a511f0529829024c1480fabc6fcfe020 /tools/qdoc3/doc/qdoc-manual.qdoc | |
parent | 1743bce4ff6fc4cb6788964ce0cc653aa0988b7e (diff) | |
download | Qt-b8c69107e2675b8c2895b8354781c60d3be560df.zip Qt-b8c69107e2675b8c2895b8354781c60d3be560df.tar.gz Qt-b8c69107e2675b8c2895b8354781c60d3be560df.tar.bz2 |
qdoc: More updating command descriptions.
Diffstat (limited to 'tools/qdoc3/doc/qdoc-manual.qdoc')
-rw-r--r-- | tools/qdoc3/doc/qdoc-manual.qdoc | 172 |
1 files changed, 74 insertions, 98 deletions
diff --git a/tools/qdoc3/doc/qdoc-manual.qdoc b/tools/qdoc3/doc/qdoc-manual.qdoc index 03ca0a9..908eeb9 100644 --- a/tools/qdoc3/doc/qdoc-manual.qdoc +++ b/tools/qdoc3/doc/qdoc-manual.qdoc @@ -3477,131 +3477,107 @@ The \c classes argument provides a complete alphabetical list of the classes. Each class name is a link to the class's reference - documentation. - - For example: - - \quotation - \raw HTML - <p> - <table width="100%"> - <tr> - <td align="right"><b>A </b></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractbutton.html">QAbstractButton</a></td> - - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractextensionmanager.html">QAbstractExtensionManager</a></td> - - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractitemmodel.html">QAbstractItemModel</a></td> - </tr> - - <tr> - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstracteventdispatcher.html">QAbstractEventDispatcher</a></td> + documentation. This command is uded to generate the \l + {classes.html} {All Classes} page this way: - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractformbuilder.html">QAbstractFormBuilder</a></td> - - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractitemview.html">QAbstractItemView</a></td> - </tr> + \code + / *! + \page classes.html + \title All Classes + \ingroup classlists - <tr> - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractextensionfactory.html">QAbstractExtensionFactory</a></td> + \brief If you know the name of the class you want, find it here. - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractitemdelegate.html">QAbstractItemDelegate</a></td> + This is a list of all Qt classes. For a list of the classes + provided for compatibility with Qt3, see \l{Qt3 Support + Classes}. For classes that have been deprecated, see the + \l{Obsolete Classes} list. - <td align="right"></td> - <td><a href="http://qt.nokia.com/doc/4.0/qabstractlistmodel.html">QAbstractListModel</a></td> - </tr> - </table></p> - \endraw - \endquotation + \generatelist classes + * / + \endcode - A C++ class is documented with the \l {class-command} {\\class} - command. + A C++ class is documented with the \l {class-command} {\\class} + command. - \section2 \c classesbymodule + \section2 \c classesbymodule - When this argument is used, a second argument is required, which - specifies the module whose classes are to be listed. QDoc - generates a table containing those classes. Each class is listed - with the text of its \l{brief-command} {\\brief} command. + When this argument is used, a second argument is required, which + specifies the module whose classes are to be listed. QDoc + generates a table containing those classes. Each class is listed + with the text of its \l{brief-command} {\\brief} command. - This command is used to generate the \l {phonon-module.html} - {Phonon Module} page this way. + This command is used to generate the \l {phonon-module.html} + {Phonon Module} page this way. - \code - / *! - \page phonon-module.html - \module Phonon - \title Phonon Module - \ingroup modules + \code + / *! + \page phonon-module.html + \module Phonon + \title Phonon Module + \ingroup modules - \brief The Phonon module contains namespaces and classes for multimedia functionality. + \brief The Phonon module contains namespaces and classes for multimedia functionality. - \generatelist{classesbymodule Phonon} + \generatelist{classesbymodule Phonon} - ... + ... - * / - \endcode + * / + \endcode - Each class that is a member of the specified module must be - marked with the \l {inmodule-command} {\\inmodule} command in - its \\class comment. + Each class that is a member of the specified module must be marked + with the \l {inmodule-command} {\\inmodule} command in its \\class + comment. - \section2 \c compatclasses + \section2 \c compatclasses - The \c compatclasses argument generates a list in alphabetical - order of the support classes. It is normally used only to - generate the \l {compatclasses.html} {Qt3 Support Classes} page - this way: + The \c compatclasses argument generates a list in alphabetical + order of the support classes. It is normally used only to + generate the \l {compatclasses.html} {Qt3 Support Classes} page + this way: - \code - / *! - \page compatclasses.html - \title Qt3 Support Classes - \ingroup classlists + \code + / *! + \page compatclasses.html + \title Qt3 Support Classes + \ingroup classlists - \brief These classes ease the porting of code from Qt 3 to Qt 4. + \brief These classes ease the porting of code from Qt 3 to Qt 4. - These are the classes that Qt provides for compatibility with Qt - 3. Most of these are provided by the Qt3Support module. + These are the classes that Qt provides for compatibility with Qt + 3. Most of these are provided by the Qt3Support module. - \generatelist compatclasses - * / - \endcode + \generatelist compatclasses + * / + \endcode - A support class is identified in the \\class comment with the \l - {compat-command} {\\compat} command. + A support class is identified in the \\class comment with the \l + {compat-command} {\\compat} command. - \section2 \c functionindex + \section2 \c functionindex - The \c functionindex argument provides a complete alphabetical - list of all the documented member functions. It is normally used - only to generate the \l {functions.html} {Qt function index} - page this way: + The \c functionindex argument provides a complete alphabetical + list of all the documented member functions. It is normally used + only to generate the \l {functions.html} {Qt function index} page + this way: - \code - / *! - \page functions.html - \title All Functions - \ingroup funclists + \code + / *! + \page functions.html + \title All Functions + \ingroup funclists - \brief All documented Qt functions listed alphabetically with a - link to where each one is declared. + \brief All documented Qt functions listed alphabetically with a + link to where each one is declared. - This is the list of all documented member functions and global - functions in the Qt API. Each function has a link to the class or - header file where it is declared and documented. + This is the list of all documented member functions and global + functions in the Qt API. Each function has a link to the + class or header file where it is declared and documented. - \generatelist functionindex - * / - \endcode + \generatelist functionindex + * / + \endcode \section2 \c legalese |