diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-11 10:33:02 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-11 10:33:02 (GMT) |
commit | ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95 (patch) | |
tree | e2fa87d47e14c6415de277cc3aa0d11caa85ec2b /src/declarative | |
parent | b7d067c3ec3b6b4f1b709b2e618b7fe77c8a0fe4 (diff) | |
download | Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.zip Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.gz Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.bz2 |
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/fx/qfxcomponentinstance.cpp | 2 | ||||
-rw-r--r-- | src/declarative/fx/qfxgridview.cpp | 8 | ||||
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 2 | ||||
-rw-r--r-- | src/declarative/fx/qfxlistview.cpp | 10 |
4 files changed, 11 insertions, 11 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 { |