Fix qdoc errors in PrinterInfo.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Fri, 17 Aug 2012 13:15:07 +0000 (15:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Aug 2012 19:07:40 +0000 (21:07 +0200)
Document parameter and associate comment with function by removing newline.

Change-Id: Ib4bb07c325144ef3501aea81d9e49e09b007387d
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Reviewed-by: Laszlo Papp <lpapp@kde.org>
src/printsupport/kernel/qprinterinfo.cpp

index 7cef6e6..2094c46 100644 (file)
@@ -239,7 +239,7 @@ QPrinterInfo QPrinterInfo::defaultPrinter()
 }
 
 /*!
-    Returns the named printer.
+    Returns the printer \a printerName.
 
     The return value should be checked using isNull() before being
     used, in case the named printer does not exist.
@@ -247,7 +247,6 @@ QPrinterInfo QPrinterInfo::defaultPrinter()
     \since 5.0
     \sa isNull()
 */
-
 QPrinterInfo QPrinterInfo::printerInfo(const QString &printerName)
 {
     QPlatformPrinterSupport *ps = QPlatformPrinterSupportPlugin::get();