summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-05-10 13:10:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-11 01:42:02 +0200
commitad97aba452ed7d3dbd3c9d437c59c14b2ae0661b (patch)
tree2a37426bc8e29f27d3b3a486693b484b2caa069c /src/printsupport/kernel
parent87d21127de4a361c7e76ba91a0ea336bbed32853 (diff)
Doc: Fix \sa usage
Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/printsupport/kernel')
-rw-r--r--src/printsupport/kernel/qprinter.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp
index d7a2a302e4..2fd6f60de5 100644
--- a/src/printsupport/kernel/qprinter.cpp
+++ b/src/printsupport/kernel/qprinter.cpp
@@ -573,7 +573,7 @@ void QPrinterPrivate::init(QPrinter::PrinterMode mode)
Note that changing the engines will reset the printer state and
all its properties.
- \sa printEngine() paintEngine() setOutputFormat()
+ \sa printEngine(), paintEngine(), setOutputFormat()
\since 4.1
*/
@@ -812,7 +812,7 @@ QString QPrinter::outputFileName() const
Mac OS X can generate PDF's from its print engine, set the output format
back to NativeFormat.
- \sa outputFileName() setOutputToFile() setOutputFormat()
+ \sa outputFileName(), setOutputToFile(), setOutputFormat()
*/
void QPrinter::setOutputFileName(const QString &fileName)
@@ -971,7 +971,7 @@ void QPrinter::setOrientation(Orientation orientation)
\since 4.4
Returns the printer paper size. The default value is driver-dependent.
- \sa setPaperSize() pageRect() paperRect()
+ \sa setPaperSize(), pageRect(), paperRect()
*/
QPrinter::PaperSize QPrinter::paperSize() const
@@ -992,7 +992,7 @@ QPrinter::PaperSize QPrinter::paperSize() const
This function is useful mostly for setting a default value that
the user can override in the print dialog.
- \sa paperSize() PaperSize setFullPage() setResolution() pageRect() paperRect()
+ \sa paperSize(), PaperSize, setFullPage(), setResolution(), pageRect(), paperRect()
*/
void QPrinter::setPaperSize(PaperSize newPaperSize)
{
@@ -1351,7 +1351,7 @@ void QPrinter::setFullPage(bool fp)
See setFullPage() for details and caveats.
- \sa setFullPage() PaperSize
+ \sa setFullPage(), PaperSize
*/
bool QPrinter::fullPage() const
@@ -1371,7 +1371,7 @@ bool QPrinter::fullPage() const
This function must be called before QPainter::begin() to have an effect on
all platforms.
- \sa resolution() setPaperSize()
+ \sa resolution(), setPaperSize()
*/
void QPrinter::setResolution(int dpi)