From ad97aba452ed7d3dbd3c9d437c59c14b2ae0661b Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 10 May 2012 13:10:23 +0200 Subject: 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 Reviewed-by: Casper van Donderen --- src/gui/image/qpicture.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/gui/image/qpicture.cpp') diff --git a/src/gui/image/qpicture.cpp b/src/gui/image/qpicture.cpp index 34ca077e5b..dde039f554 100644 --- a/src/gui/image/qpicture.cpp +++ b/src/gui/image/qpicture.cpp @@ -1189,7 +1189,7 @@ QT_END_INCLUDE_NAMESPACE fileName, or 0 if the file cannot be read or if the format is not recognized. - \sa load() save() + \sa load(), save() */ const char* QPicture::pictureFormat(const QString &fileName) @@ -1203,7 +1203,7 @@ const char* QPicture::pictureFormat(const QString &fileName) Returns a list of picture formats that are supported for picture input. - \sa outputFormats() inputFormatList() QPictureIO + \sa outputFormats(), inputFormatList(), QPictureIO */ QList QPicture::inputFormats() { @@ -1228,7 +1228,7 @@ static QStringList qToStringList(const QList arr) over a copy, e.g. \snippet picture/picture.cpp 2 - \sa outputFormatList() inputFormats() QPictureIO + \sa outputFormatList(), inputFormats(), QPictureIO */ QStringList QPicture::inputFormatList() { @@ -1246,7 +1246,7 @@ QStringList QPicture::inputFormatList() over a copy, e.g. \snippet picture/picture.cpp 3 - \sa inputFormatList() outputFormats() QPictureIO + \sa inputFormatList(), outputFormats(), QPictureIO */ QStringList QPicture::outputFormatList() { @@ -1259,7 +1259,7 @@ QStringList QPicture::outputFormatList() Returns a list of picture formats that are supported for picture output. - \sa inputFormats() outputFormatList() QPictureIO + \sa inputFormats(), outputFormatList(), QPictureIO */ QList QPicture::outputFormats() { @@ -1288,7 +1288,7 @@ QList QPicture::outputFormats() You don't normally need to use this class; QPicture::load(), QPicture::save(). - \sa QPicture QPixmap QFile + \sa QPicture, QPixmap, QFile */ struct QPictureIOData @@ -1581,7 +1581,7 @@ void QPictureIO::setStatus(int status) reading it. If a format is set the picture will only be read if it has that format. - \sa read() write() format() + \sa read(), write(), format() */ void QPictureIO::setFormat(const char *format) { @@ -1619,7 +1619,7 @@ void QPictureIO::setFileName(const QString &fileName) Returns the quality of the written picture, related to the compression ratio. - \sa setQuality() QPicture::save() + \sa setQuality(), QPicture::save() */ int QPictureIO::quality() const { @@ -1634,7 +1634,7 @@ int QPictureIO::quality() const compressed files, 100 for large uncompressed files. (-1 signifies the default compression.) - \sa quality() QPicture::save() + \sa quality(), QPicture::save() */ void QPictureIO::setQuality(int q) @@ -1841,7 +1841,7 @@ QList QPictureIO::outputFormats() \snippet picture/picture.cpp 4 - \sa setIODevice() setFileName() setFormat() write() QPixmap::load() + \sa setIODevice(), setFileName(), setFormat(), write(), QPixmap::load() */ bool QPictureIO::read() { @@ -1910,7 +1910,7 @@ bool QPictureIO::read() Example: \snippet picture/picture.cpp 5 - \sa setIODevice() setFileName() setFormat() read() QPixmap::save() + \sa setIODevice(), setFileName(), setFormat(), read(), QPixmap::save() */ bool QPictureIO::write() { -- cgit v1.2.3