summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-12 13:02:12 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-12 13:02:12 (GMT)
commit4deacd35b92a6879009248a205139a871e5a589f (patch)
treef40394b208980770f7c2bce488a590af84f26227 /src
parent1099908428c594d67fe1da740126f4acfcdc8a0a (diff)
downloadQt-4deacd35b92a6879009248a205139a871e5a589f.zip
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.gz
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp2
-rw-r--r--src/corelib/kernel/qcoreevent.h1
-rw-r--r--src/corelib/kernel/qmetaobjectbuilder.cpp2
-rw-r--r--src/declarative/fx/qfxpath.cpp23
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp2
5 files changed, 17 insertions, 13 deletions
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index 96cfa6b..ed20e667 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -42,7 +42,7 @@
/*!
\class QPropertyAnimation
\brief The QPropertyAnimation class animates Qt properties
- \ingroup animation
+ \ingroup group_animation
\preliminary
QPropertyAnimation interpolates over \l{Qt's Property System}{Qt
diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h
index 18188a8..5c96f71 100644
--- a/src/corelib/kernel/qcoreevent.h
+++ b/src/corelib/kernel/qcoreevent.h
@@ -58,6 +58,7 @@ class Q_CORE_EXPORT QEvent // event base class
Q_GADGET
QDOC_PROPERTY(bool accepted READ isAccepted WRITE setAccepted)
Q_ENUMS(Type)
+
public:
enum Type {
/*
diff --git a/src/corelib/kernel/qmetaobjectbuilder.cpp b/src/corelib/kernel/qmetaobjectbuilder.cpp
index 5b8de93..7bb04e1 100644
--- a/src/corelib/kernel/qmetaobjectbuilder.cpp
+++ b/src/corelib/kernel/qmetaobjectbuilder.cpp
@@ -559,7 +559,7 @@ QMetaMethodBuilder QMetaObjectBuilder::addConstructor(const QMetaMethod& prototy
specified \a name and \a type. Returns an object that can be used
to adjust the other attributes of the property. The \a type will
be normalized before it is added to the class. \a notifierId will
- be registered as the property\s \e notify signal.
+ be registered as the property's \e notify signal.
\sa property(), propertyCount(), removeProperty(), indexOfProperty()
*/
diff --git a/src/declarative/fx/qfxpath.cpp b/src/declarative/fx/qfxpath.cpp
index e11658c..5bbdf64 100644
--- a/src/declarative/fx/qfxpath.cpp
+++ b/src/declarative/fx/qfxpath.cpp
@@ -478,16 +478,19 @@ void QFxCurve::setY(qreal y)
\qmlclass PathAttribute
\brief The PathAttribute allows setting an attribute at a given position in a Path.
- The PathAttribute object allows attibutes consisting of a name and a
- value to be specified for the endpoints of path segments. The attributes
- are exposed to the delegate as \l {Attached Properties}. The value of
- an attribute at any particular point is interpolated from the PathAttributes
- bounding the point.
-
- The example below shows a path with the items scaled to 30% with opacity 50%
- at the top of the path and scaled 100% with opacity 100% at the bottom.
- Note the use of the PathView.scale and PathView.opacity attached properties
- to set the scale and opacity of the delegate.
+ The PathAttribute object allows attibutes consisting of a name and
+ a value to be specified for the endpoints of path segments. The
+ attributes are exposed to the delegate as
+ \l{qmlintroduction.html#attached-properties} {Attached Properties}.
+ The value of an attribute at any particular point is interpolated
+ from the PathAttributes bounding the point.
+
+ The example below shows a path with the items scaled to 30% with
+ opacity 50% at the top of the path and scaled 100% with opacity
+ 100% at the bottom. Note the use of the PathView.scale and
+ PathView.opacity attached properties to set the scale and opacity
+ of the delegate.
+
\table
\row
\o \image declarative-pathattribute.png
diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp
index a77ca42..2b48161 100644
--- a/src/gui/math3d/qgenericmatrix.cpp
+++ b/src/gui/math3d/qgenericmatrix.cpp
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
But they can be different if the user wants to store elements
internally in a fixed-point format for the underlying hardware.
- \sa QMatrix4x4, QFixedPt
+ \sa QMatrix4x4
*/
/*!