summaryrefslogtreecommitdiff
path: root/doc/src/declarative/qtdeclarative.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-09-13 15:41:55 +0200
committerDavid Boddie <david.boddie@nokia.com>2010-09-13 15:41:55 +0200
commitf1244a099ecc806582ce8c2488552e21c85ac519 (patch)
tree0f5572ff5a2bafe79934e2ffdd20f80112514a72 /doc/src/declarative/qtdeclarative.qdoc
parent245653f469baa0227c0b07fd6a232629ed53e9ee (diff)
downloadqt4-tools-f1244a099ecc806582ce8c2488552e21c85ac519.tar.gz
Doc: Some editing and tidying up.
Diffstat (limited to 'doc/src/declarative/qtdeclarative.qdoc')
-rw-r--r--doc/src/declarative/qtdeclarative.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc
index f163a66a54..044758ffaf 100644
--- a/doc/src/declarative/qtdeclarative.qdoc
+++ b/doc/src/declarative/qtdeclarative.qdoc
@@ -63,10 +63,11 @@
\macro QML_DECLARE_TYPEINFO(Type,Flags)
\relates QDeclarativeEngine
- Declares additional properties of a type.
+ Declares additional properties of the given \a Type as described by the
+ specified \a Flags.
Current the only supported type info is \c QML_HAS_ATTACHED_PROPERTIES which
- declares that the \c Type supports \l {Attached Properties}.
+ declares that the \a Type supports \l {Attached Properties}.
*/