From b8c69107e2675b8c2895b8354781c60d3be560df Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 21 Feb 2011 12:20:22 +0100 Subject: qdoc: More updating command descriptions. --- tools/qdoc3/doc/qdoc-manual.qdoc | 172 +++++++++++++++++---------------------- 1 file 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 -

- - - - - - - - - - - - - - - + documentation. This command is uded to generate the \l + {classes.html} {All Classes} page this way: - - - - - - + \code + / *! + \page classes.html + \title All Classes + \ingroup classlists - - - + \brief If you know the name of the class you want, find it here. - - + 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. - - - -
QAbstractButtonQAbstractExtensionManagerQAbstractItemModel
QAbstractEventDispatcherQAbstractFormBuilderQAbstractItemView
QAbstractExtensionFactoryQAbstractItemDelegateQAbstractListModel

- \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 -- cgit v0.12