diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-05 15:19:48 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-05 15:19:48 (GMT) |
commit | cb086eb5340c4c41efaf45373aa05c37e8aa974a (patch) | |
tree | 8b3e2aa8d1d55c8220d12895672a41b8b81b27e8 /doc/src/declarative | |
parent | 884c9b8b04639faf445917f7e1b7dfe4cc7724e2 (diff) | |
download | Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.zip Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.tar.gz Qt-cb086eb5340c4c41efaf45373aa05c37e8aa974a.tar.bz2 |
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 2 | ||||
-rw-r--r-- | doc/src/declarative/qtdeclarative.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index 217e372..42189c0 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -27,7 +27,7 @@ /*! \title Qt Quick -\page declarativeui.html +\page qtquick.html \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 413eb59..b4f4c83 100644 --- a/doc/src/declarative/qtdeclarative.qdoc +++ b/doc/src/declarative/qtdeclarative.qdoc @@ -48,7 +48,7 @@ \endcode For more information on the Qt Declarative module, see the - \l{declarativeui.html}{Qt Quick} documentation. + \l{Qt Quick} documentation. */ |