summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-28 10:53:34 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-28 10:53:34 (GMT)
commit1fd67315f52dd59667d940057d97f6f7a5ec20d0 (patch)
tree042ffe06fc8555083d70f12984171f8f24e7840e /src/declarative
parentff5cf254eb5815460c0a14a0c7f7b077f308e56f (diff)
downloadQt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.zip
Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.gz
Qt-1fd67315f52dd59667d940057d97f6f7a5ec20d0.tar.bz2
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/extra/qmlsqlquery.cpp2
-rw-r--r--src/declarative/fx/qfximage.cpp7
-rw-r--r--src/declarative/fx/qfxitem.cpp4
-rw-r--r--src/declarative/fx/qfxpainted.cpp2
-rw-r--r--src/declarative/qml/qmlparserstatus.cpp2
-rw-r--r--src/declarative/util/qmlconnection.cpp2
6 files changed, 9 insertions, 10 deletions
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