From b2ae34d9b5bf017876444fa90c4d6461bfdb4fc4 Mon Sep 17 00:00:00 2001 From: aavit Date: Fri, 31 Aug 2012 16:39:49 +0200 Subject: Doc: More fixes of qdoc-reported doc errors Change-Id: I2dd815c471e56d2c239a63e7c7ad3496af2a585b Reviewed-by: Kim M. Kalland --- src/gui/painting/qpdfwriter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/painting/qpdfwriter.cpp') diff --git a/src/gui/painting/qpdfwriter.cpp b/src/gui/painting/qpdfwriter.cpp index e3bddb7466..692fe686d8 100644 --- a/src/gui/painting/qpdfwriter.cpp +++ b/src/gui/painting/qpdfwriter.cpp @@ -118,7 +118,7 @@ QString QPdfWriter::title() const } /*! - Sets the title of the document being created. + Sets the title of the document being created to \a title. */ void QPdfWriter::setTitle(const QString &title) { @@ -136,7 +136,7 @@ QString QPdfWriter::creator() const } /*! - Sets the creator of the document. + Sets the creator of the document to \a creator. */ void QPdfWriter::setCreator(const QString &creator) { -- cgit v1.2.3