summaryrefslogtreecommitdiffstats
path: root/src/corelib
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/corelib
parent1099908428c594d67fe1da740126f4acfcdc8a0a (diff)
downloadQt-4deacd35b92a6879009248a205139a871e5a589f.zip
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.gz
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/animation/qpropertyanimation.cpp2
-rw-r--r--src/corelib/kernel/qcoreevent.h1
-rw-r--r--src/corelib/kernel/qmetaobjectbuilder.cpp2
3 files changed, 3 insertions, 2 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()
*/