diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-11 08:58:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-11 08:58:15 (GMT) |
commit | 70dd6652b8f649871e6801cc9190543f43daa650 (patch) | |
tree | 4132ce6529fa14e99fb6b1c19e78b9343ae6df94 /doc/src/painting-and-printing | |
parent | 98e935eed5549e479f6666680aed1711dc42111c (diff) | |
download | Qt-70dd6652b8f649871e6801cc9190543f43daa650.zip Qt-70dd6652b8f649871e6801cc9190543f43daa650.tar.gz Qt-70dd6652b8f649871e6801cc9190543f43daa650.tar.bz2 |
qdoc: Yet another revision of the top doc page.
Still more to come.
Diffstat (limited to 'doc/src/painting-and-printing')
-rw-r--r-- | doc/src/painting-and-printing/coordsys.qdoc | 2 | ||||
-rw-r--r-- | doc/src/painting-and-printing/paintsystem.qdoc | 3 | ||||
-rw-r--r-- | doc/src/painting-and-printing/printing.qdoc | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/painting-and-printing/coordsys.qdoc b/doc/src/painting-and-printing/coordsys.qdoc index b0ba093..b360d0b 100644 --- a/doc/src/painting-and-printing/coordsys.qdoc +++ b/doc/src/painting-and-printing/coordsys.qdoc @@ -41,7 +41,7 @@ /*! \page coordsys.html - \title The Coordinate System + \title Coordinate System \ingroup qt-graphics \brief Information about the coordinate system used by the paint system. diff --git a/doc/src/painting-and-printing/paintsystem.qdoc b/doc/src/painting-and-printing/paintsystem.qdoc index b711b2f..44c84a2 100644 --- a/doc/src/painting-and-printing/paintsystem.qdoc +++ b/doc/src/painting-and-printing/paintsystem.qdoc @@ -60,7 +60,8 @@ /*! \page paintsystem.html - \title The Paint System + \title Paint System + \brief A system for painting on the screen or on print devices using the same API \ingroup qt-graphics \ingroup frameworks-technologies diff --git a/doc/src/painting-and-printing/printing.qdoc b/doc/src/painting-and-printing/printing.qdoc index 3d6ade2..6dad097 100644 --- a/doc/src/painting-and-printing/printing.qdoc +++ b/doc/src/painting-and-printing/printing.qdoc @@ -49,6 +49,7 @@ /*! \page printing.html \title Printing with Qt + \ingroup qt-graphics \previouspage Styling \contentspage The Paint System |