From 42d712b4ab7375a97e4095b2a6723305000e194c Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 16 Aug 2012 18:19:39 +0200 Subject: Misc documentation fixes triggered by qdoc errors/warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ca3b138114fe957a09e8ec2f22273865635fc8b Reviewed-by: Jan-Arve Sæther --- src/printsupport/kernel/qprinterinfo.cpp | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'src/printsupport/kernel/qprinterinfo.cpp') diff --git a/src/printsupport/kernel/qprinterinfo.cpp b/src/printsupport/kernel/qprinterinfo.cpp index 5ce0165a15..7cef6e649a 100644 --- a/src/printsupport/kernel/qprinterinfo.cpp +++ b/src/printsupport/kernel/qprinterinfo.cpp @@ -43,7 +43,7 @@ QPrinterInfoPrivate QPrinterInfoPrivate::shared_null; \brief The QPrinterInfo class gives access to information about existing printers. - + \ingroup printing \inmodule QtPrintSupport @@ -149,11 +149,9 @@ QString QPrinterInfo::printerName() const } /*! - \fn QString QPrinterInfo::description() - \since 5.0 - Returns the human-readable description of the printer. + \since 5.0 \sa QPrinterInfo::printerName() */ QString QPrinterInfo::description() const @@ -163,10 +161,9 @@ QString QPrinterInfo::description() const } /*! - \fn QString QPrinterInfo::location() - \since 5.0 - Returns the human-readable location of the printer. + + \since 5.0 */ QString QPrinterInfo::location() const { @@ -175,10 +172,9 @@ QString QPrinterInfo::location() const } /*! - \fn QString QPrinterInfo::makeAndModel() - \since 5.0 - Returns the human-readable make and model of the printer. + + \since 5.0 */ QString QPrinterInfo::makeAndModel() const { @@ -208,13 +204,12 @@ bool QPrinterInfo::isDefault() const } /*! - \fn QList< QPrinter::PaperSize> QPrinterInfo::supportedPaperSizes() const - \since 4.4 - Returns a list of supported paper sizes by the printer. Not all printer drivers support this query, so the list may be empty. On Mac OS X 10.3, this function always returns an empty list. + + \since 4.4 */ QList QPrinterInfo::supportedPaperSizes() const @@ -244,14 +239,12 @@ QPrinterInfo QPrinterInfo::defaultPrinter() } /*! - \fn QPrinterInfo QPrinterInfo::printerInfo() - \since 5.0 - Returns the named printer. The return value should be checked using isNull() before being used, in case the named printer does not exist. + \since 5.0 \sa isNull() */ -- cgit v1.2.3