diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-24 12:11:06 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-24 12:11:06 (GMT) |
commit | ef9cc109f1a6fe84ca27a6c8a53f1783b8bdf14d (patch) | |
tree | 9bce5ad1e5918ca4f721a068107a6f702bc4b382 /doc | |
parent | 8785254d4e2b245106ef169fa0bc3d793f1d6507 (diff) | |
download | Qt-ef9cc109f1a6fe84ca27a6c8a53f1783b8bdf14d.zip Qt-ef9cc109f1a6fe84ca27a6c8a53f1783b8bdf14d.tar.gz Qt-ef9cc109f1a6fe84ca27a6c8a53f1783b8bdf14d.tar.bz2 |
Doc: Minor improvements and fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 9 | ||||
-rw-r--r-- | doc/src/declarative/extending-tutorial.qdoc | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 94abe10..252b964 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -29,12 +29,13 @@ \page qdeclarativeelements.html \target elements \title QML Elements + \brief A dictionary of standard QML elements. - This is a dictionary of all the QML elements available in the \l - {QtDeclarative} {Qt Declarative} module. + This is a dictionary of all standard QML elements made available + in the QtDeclarative module. - To see the QML elements listed by - functional area, \l{Groups Of Related QML Elements} {look here}. + To see the QML elements listed by functional area, see the + \l{Groups Of Related QML Elements} page. \generatelist qmlclasses diff --git a/doc/src/declarative/extending-tutorial.qdoc b/doc/src/declarative/extending-tutorial.qdoc index d128d0f..349ac30 100644 --- a/doc/src/declarative/extending-tutorial.qdoc +++ b/doc/src/declarative/extending-tutorial.qdoc @@ -26,7 +26,6 @@ ****************************************************************************/ /*! - \page qml-extending-tutorial-index.html \title Tutorial: Writing QML extensions with C++ |