Fix print support docs

Make sure qdoc generates a correct overview for the module.

Change-Id: I6ea95638459201a0bb09f2e645173ade3a36f0e0
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Lars Knoll 2012-11-29 10:41:22 +01:00 committed by The Qt Project
parent 753a478925
commit afaec998c4
4 changed files with 16 additions and 17 deletions

View File

@ -66,7 +66,7 @@ class QPrintDialogPrivate : public QAbstractPrintDialogPrivate
customize settings shown in print dialogs, but it is not used directly.
Use QPrintDialog to display a print dialog in your application.
\sa QPrintDialog, QPrinter, {Printing with Qt}
\sa QPrintDialog, QPrinter
*/
/*!

View File

@ -26,16 +26,8 @@
****************************************************************************/
/*!
\group printing
\title Printer and Printing APIs
\brief Classes for producing printed output
\ingroup groups
*/
/*!
\page printing.html
\title Printing with Qt
\page qtprintsupport-index.html
\title Qt Print Support
\ingroup qt-graphics
\brief A guide to producing printed output with Qt's paint system and widgets.
@ -185,3 +177,10 @@
(including logos) in conjunction with PDF; e.g. "Adobe PDF". Please refer
to \l{http://www.adobe.com}{www.adobe.com} for guidelines.
*/
/*!
\group printing
\title Printer and Printing APIs
\brief Classes for producing printed output
\ingroup groups
*/

View File

@ -27,11 +27,11 @@
/*!
\module QtPrintSupport
\title QtPrintSupport Module
\ingroup modules
\title Qt Print Support Module
\brief The Qt PrintSupport module provides classes to make printing easier and portable.
\brief The QtPrintSupport module provides classes to make printing
easier and portable.
\ingroup modules
\ingroup technology-apis
To include the definitions of the module's classes, use the
following directive:

View File

@ -268,7 +268,7 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
extend printing support to cover new types of printing subsystem by
subclassing QPrintEngine and reimplementing its interface.
\sa QPrintDialog, {Printing with Qt}
\sa QPrintDialog, {Qt Print Support}
*/
/*!
@ -1263,7 +1263,7 @@ void QPrinter::setCollateCopies(bool collate)
printer's margins, so the application must account for the margins
itself.
\sa fullPage(), setPaperSize(), width(), height(), {Printing with Qt}
\sa fullPage(), setPaperSize(), width(), height()
*/
void QPrinter::setFullPage(bool fp)