diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-12 09:21:24 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-12 09:21:24 (GMT) |
commit | 65dfb60a64d31baa555e6c52ccf3aad4309a9db3 (patch) | |
tree | b49be2a9fae49478ff063f7a4680c77d27f75520 /doc/src | |
parent | 1813e81d0c04c447ee4d6d6fb286317b218c9696 (diff) | |
download | Qt-65dfb60a64d31baa555e6c52ccf3aad4309a9db3.zip Qt-65dfb60a64d31baa555e6c52ccf3aad4309a9db3.tar.gz Qt-65dfb60a64d31baa555e6c52ccf3aad4309a9db3.tar.bz2 |
Doc
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 1 | ||||
-rw-r--r-- | doc/src/declarative/qtdeclarative.qdoc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index 5408098..7a03685 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -41,7 +41,6 @@ /*! \page qmlexamples.html -\target qmlexamples \title QML Examples A \l {qmlviewer}{viewer} application is included that allows you to quickly explore many of the diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc index 549330b..56f3252 100644 --- a/doc/src/declarative/qtdeclarative.qdoc +++ b/doc/src/declarative/qtdeclarative.qdoc @@ -76,7 +76,7 @@ completely new applications. QML is fully \l {Extending QML}{extensible from C+ \o \l {tutorial}{Tutorial: 'Hello World'} \o \l {tutorials-declarative-contacts.html}{Tutorial: 'Introduction to QML'} \o \l {advtutorial.html}{Advanced Tutorial: 'Same Game'} -\o \l {qmlexamples}{Examples} +\o \l {QML Examples} \endlist \section1 Core QML Features: |