From 040e201ba2a17310ff533b25d0ef079deb2e3494 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 20 Mar 2015 14:19:47 +0100 Subject: qdoc: Remove obsolete stuff from the qdoc manual Remove the \service and \mainclass commands, and the ditamap stuff. Also remove all reverences to these commands from qdoc itself. Change-Id: I8d150acdd56d40e6a4198a021e50f5fe3f3b1194 Task-number: QTBUG-45143 Reviewed-by: Martin Smith --- src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc | 34 ------------------------- 1 file changed, 34 deletions(-) (limited to 'src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc') diff --git a/src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc b/src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc index 98321f9a39..77987d6d95 100644 --- a/src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc +++ b/src/tools/qdoc/doc/qdoc-manual-contextcmds.qdoc @@ -53,7 +53,6 @@ \li \l {inherits-command}{\\inherits}, \li \l {inmodule-command}{\\inmodule}, \li \l {internal-command}{\\internal}, - \li \l {mainclass-command}{\\mainclass}, \li \l {nextpage-command}{\\nextpage}, \li \l {nonreentrant-command}{\\nonreentrant}, \li \l {obsolete-command}{\\obsolete}, @@ -542,7 +541,6 @@ \reentrant \ingroup i18n \ingroup text - \mainclass QLocale is initialized with a language/country pair in its constructor and offers number-to-string and string-to-number @@ -887,38 +885,6 @@ \section1 Commands - \target mainclass-command - \section2 \\mainclass - - The \\mainclass command relates the documented class to - a group called mainclasses. - - The command must stand on its own line. - - \code - / *! - \class QWidget qwidget.h - \brief The QWidget class is the base class of - all user interface objects. - - \mainclass - - ... - * / - \endcode - - This will include the QWidget class in the \e mainclasses - group, which means, for example, that the class will appear on the - list created by calling the \l {generatelist-command} - {\\generatelist} command with the \c mainclasses argument: - - \l http://doc.qt.digia.com/4.0/mainclasses.html - - \note The Qt documentation no longer includes the \e mainclasses - page. - - See also \l {generatelist-command} {\\generatelist}. - \target ingroup-command \section2 \\ingroup -- cgit v1.2.3