summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-09-13 13:41:55 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-09-13 13:41:55 (GMT)
commitf1244a099ecc806582ce8c2488552e21c85ac519 (patch)
tree0f5572ff5a2bafe79934e2ffdd20f80112514a72 /doc/src/declarative
parent245653f469baa0227c0b07fd6a232629ed53e9ee (diff)
downloadQt-f1244a099ecc806582ce8c2488552e21c85ac519.zip
Qt-f1244a099ecc806582ce8c2488552e21c85ac519.tar.gz
Qt-f1244a099ecc806582ce8c2488552e21c85ac519.tar.bz2
Doc: Some editing and tidying up.
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/declarativeui.qdoc1
-rw-r--r--doc/src/declarative/qtdeclarative.qdoc5
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc
index 2f43682..cb326a3 100644
--- a/doc/src/declarative/declarativeui.qdoc
+++ b/doc/src/declarative/declarativeui.qdoc
@@ -30,7 +30,6 @@
\page qtquick.html
\ingroup qt-gui-concepts
-
\brief Qt Quick provides a declarative framework for building highly
dynamic, custom user interfaces.
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc
index f163a66..044758f 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}.
*/