summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-11 10:33:02 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-11 10:33:02 (GMT)
commitec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95 (patch)
treee2fa87d47e14c6415de277cc3aa0d11caa85ec2b /src
parentb7d067c3ec3b6b4f1b709b2e618b7fe77c8a0fe4 (diff)
downloadQt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.zip
Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.gz
Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/fx/qfxcomponentinstance.cpp2
-rw-r--r--src/declarative/fx/qfxgridview.cpp8
-rw-r--r--src/declarative/fx/qfximage.cpp2
-rw-r--r--src/declarative/fx/qfxlistview.cpp10
-rw-r--r--src/gui/painting/qdrawutil.cpp4
5 files changed, 13 insertions, 13 deletions
diff --git a/src/declarative/fx/qfxcomponentinstance.cpp b/src/declarative/fx/qfxcomponentinstance.cpp
index 9645e77..472b98b 100644
--- a/src/declarative/fx/qfxcomponentinstance.cpp
+++ b/src/declarative/fx/qfxcomponentinstance.cpp
@@ -58,7 +58,7 @@ QML_DEFINE_TYPE(QFxComponentInstance,ComponentInstance);
/*!
\qmlclass ComponentInstance QFxComponentInstance
- \brief The ComponentInstance item allows you to instantiate a \l{qml-component.html} {Component}.
+ \brief The ComponentInstance item allows you to instantiate a \l{Component}.
\qml
Item {
diff --git a/src/declarative/fx/qfxgridview.cpp b/src/declarative/fx/qfxgridview.cpp
index 9e6f2c9..5156d06 100644
--- a/src/declarative/fx/qfxgridview.cpp
+++ b/src/declarative/fx/qfxgridview.cpp
@@ -689,10 +689,10 @@ QFxGridView::~QFxGridView()
\qmlproperty model GridView::model
This property holds the model providing data for the grid.
- The model provides a set of data that is used to create the items for the view.
- For large or dynamic datasets the model is usually provided by a C++ model object.
- The C++ model object must be a \l QAbstractItemModel subclass, a \l VisualModel,
- or a simple list.
+ The model provides a set of data that is used to create the items
+ for the view. For large or dynamic datasets the model is usually
+ provided by a C++ model object. The C++ model object must be a \l
+ {QAbstractItemModel} subclass, a VisualModel, or a simple list.
*/
QVariant QFxGridView::model() const
{
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp
index e1ac2c7..dfd6915 100644
--- a/src/declarative/fx/qfximage.cpp
+++ b/src/declarative/fx/qfximage.cpp
@@ -185,7 +185,7 @@ 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 {Image::src}{.sci file}.
+ \l {Image::source}{.sci file}.
*/
QFxScaleGrid *QFxImage::scaleGrid()
{
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp
index bb71a91..fcd6e1f 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -858,12 +858,12 @@ QFxListView::~QFxListView()
\qmlproperty model ListView::model
This property holds the model providing data for the list.
- The model provides a set of data that is used to create the items for the view.
- For large or dynamic datasets the model is usually provided by a C++ model object.
- The C++ model object must be a \l QAbstractItemModel subclass, a \l VisualModel,
- or a simple list.
+ The model provides a set of data that is used to create the items
+ for the view. For large or dynamic datasets the model is usually
+ provided by a C++ model object. The C++ model object must be a \l
+ {QAbstractItemModel} subclass, a VisualModel, or a simple list.
- Models can also be created directly in QML, using a \l ListModel.
+ Models can also be created directly in QML, using a \l{ListModel}.
*/
QVariant QFxListView::model() const
{
diff --git a/src/gui/painting/qdrawutil.cpp b/src/gui/painting/qdrawutil.cpp
index 230d30b..4020593 100644
--- a/src/gui/painting/qdrawutil.cpp
+++ b/src/gui/painting/qdrawutil.cpp
@@ -1039,7 +1039,7 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs,
#endif
/*!
- \struct QMargins
+ \class QMargins
\since 4.6
Holds the borders used to split a pixmap into nine segments in order to
@@ -1050,7 +1050,7 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs,
*/
/*!
- \struct QTileRules
+ \class QTileRules
\since 4.6
Holds the rules used to draw a pixmap or image split into nine segments,