diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-28 10:53:34 (GMT) |
commit | 1fd67315f52dd59667d940057d97f6f7a5ec20d0 (patch) | |
tree | 042ffe06fc8555083d70f12984171f8f24e7840e | |
parent | ff5cf254eb5815460c0a14a0c7f7b077f308e56f (diff) | |
download | Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.zip Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.gz Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.bz2 |
qdoc: Corrected some qdoc warnings.
-rw-r--r-- | src/corelib/animation/qanimationgroup.cpp | 2 | ||||
-rw-r--r-- | src/declarative/extra/qmlsqlquery.cpp | 2 | ||||
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 7 | ||||
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 4 | ||||
-rw-r--r-- | src/declarative/fx/qfxpainted.cpp | 2 | ||||
-rw-r--r-- | src/declarative/qml/qmlparserstatus.cpp | 2 | ||||
-rw-r--r-- | src/declarative/util/qmlconnection.cpp | 2 |
7 files changed, 10 insertions, 11 deletions
diff --git a/src/corelib/animation/qanimationgroup.cpp b/src/corelib/animation/qanimationgroup.cpp index 03573bb..c4066ce 100644 --- a/src/corelib/animation/qanimationgroup.cpp +++ b/src/corelib/animation/qanimationgroup.cpp @@ -41,7 +41,7 @@ /*! \class QAnimationGroup - \brief The QAnimationGroup is an abstract base class for group of animations. + \brief The QAnimationGroup class is an abstract base class for group of animations. \since 4.5 \ingroup animation \preliminary diff --git a/src/declarative/extra/qmlsqlquery.cpp b/src/declarative/extra/qmlsqlquery.cpp index 39d3aa2..39f4c1e 100644 --- a/src/declarative/extra/qmlsqlquery.cpp +++ b/src/declarative/extra/qmlsqlquery.cpp @@ -72,7 +72,7 @@ public: /*! \class QmlSqlBind - \brief the QmlSqlBind class specifies a value binding for a QmlSqlQuery. + \brief The QmlSqlBind class specifies a value binding for a QmlSqlQuery. \qmltext diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp index 2d0dbc7..dfe9b43 100644 --- a/src/declarative/fx/qfximage.cpp +++ b/src/declarative/fx/qfximage.cpp @@ -183,7 +183,8 @@ void QFxImage::setPixmap(const QPixmap &pix) Each scale grid property (left, right, top, and bottom) specifies an offset from the respective side. For example, \c scaleGrid.bottom="10" sets the bottom scale grid line 10 pixels up from the bottom of the image. - A scale grid can also be specified using a \l {Imagexmlpropertysrc}{.sci file}. + A scale grid can also be specified using a + \l {Image::src}{.sci file}. */ QFxScaleGrid *QFxImage::scaleGrid() { @@ -792,11 +793,9 @@ QFxImage::Status QFxImage::status() const Image can handle any image format supported by Qt, loaded from any URL scheme supported by Qt. - \target Imagexmlpropertysrc - It can also handle .sci files, which are a Qml-specific format. A .sci file uses a simple text-based format that specifies \list - \i the grid lines describing a \l {ImagexmlpropertiesscaleGrid}{scale grid}. + \i the grid lines describing a \l {Image::scaleGrid.left}{scale grid}. \i an image file. \endlist diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index e3568e0..2f8ce92 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -374,7 +374,7 @@ void QFxContents::setItem(QFxItem *item) This signal is emitted when the item's focus state changes. - \sa setFocus() + \sa QSimpleCanvasItem::setFocus() */ /*! @@ -570,7 +570,7 @@ bool QFxItem::isClassComplete() const It is often desireable to delay some processing until the component is completed. - \sa componentComplete(). + \sa componentComplete() */ bool QFxItem::isComponentComplete() const { diff --git a/src/declarative/fx/qfxpainted.cpp b/src/declarative/fx/qfxpainted.cpp index ad1b3ad..7c88ce3 100644 --- a/src/declarative/fx/qfxpainted.cpp +++ b/src/declarative/fx/qfxpainted.cpp @@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE /*! \class QFxPainted - \brief QFxPainted is an abstract base class for QFxView items that paint using QPainter. + \brief The QFxPainted class is an abstract base class for QFxView items that paint using QPainter. \ingroup group_coreitems diff --git a/src/declarative/qml/qmlparserstatus.cpp b/src/declarative/qml/qmlparserstatus.cpp index 3bb421d..1f49553 100644 --- a/src/declarative/qml/qmlparserstatus.cpp +++ b/src/declarative/qml/qmlparserstatus.cpp @@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE /*! \class QmlParserStatus - \brief provides updates on the parser state. + \brief The QmlParserStatus class provides updates on the parser state. */ /*! diff --git a/src/declarative/util/qmlconnection.cpp b/src/declarative/util/qmlconnection.cpp index b2fd450..1d3b368 100644 --- a/src/declarative/util/qmlconnection.cpp +++ b/src/declarative/util/qmlconnection.cpp @@ -64,7 +64,7 @@ public: \qmlclass Connection QmlConnection \brief The Connection element describes generalized connections to signals. - JavaScript-in-HTML style \l {qmlformatsignalscpp}{signal properties} do not allow: + JavaScript-in-HTML style signal properties do not allow: \list \i connecting to signals with the same name but different parameters \i conformance checking that parameters are correctly named |