diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-13 15:41:55 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-13 15:41:55 +0200 |
commit | f1244a099ecc806582ce8c2488552e21c85ac519 (patch) | |
tree | 0f5572ff5a2bafe79934e2ffdd20f80112514a72 /doc/src/declarative/qtdeclarative.qdoc | |
parent | 245653f469baa0227c0b07fd6a232629ed53e9ee (diff) | |
download | qt4-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.qdoc | 5 |
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}. */ |