diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-16 13:14:05 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-16 13:14:05 (GMT) |
commit | 1306326ab737a0edc24aeb3c50c132eb74c6035e (patch) | |
tree | 9bf430a9c5512c8f12c83c714a6e4aab9123bf99 | |
parent | 80d33cec47b8188efd473070acb5ebcc1e772583 (diff) | |
download | Qt-1306326ab737a0edc24aeb3c50c132eb74c6035e.zip Qt-1306326ab737a0edc24aeb3c50c132eb74c6035e.tar.gz Qt-1306326ab737a0edc24aeb3c50c132eb74c6035e.tar.bz2 |
doc: Fixed some qdoc errors.
-rw-r--r-- | doc/src/declarative/dynamicobjects.qdoc | 2 | ||||
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 2 | ||||
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/declarative/dynamicobjects.qdoc b/doc/src/declarative/dynamicobjects.qdoc index fede2cd..74f99a7 100644 --- a/doc/src/declarative/dynamicobjects.qdoc +++ b/doc/src/declarative/dynamicobjects.qdoc @@ -41,7 +41,7 @@ /*! \page qmldynamicobjects.html -\title Dynamic Object Creation +\title Dynamic Object Management QML has some support for dynamically loading and managing QML objects from within Javascript blocks. It is preferable to use the existing QML elements for diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index 764552a..fa4db6c 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -71,7 +71,7 @@ when the property has one of the following types: \o Vector3D \endlist -There are also string based constructors for these types, see \l{basicqmltypes.html}{Qml Types}. +There are also string based constructors for these types, see \l{qmlbasictypes.html}{Qml Types}. \section3 Qt.rgba(qreal red, qreal green, qreal blue, qreal alpha) This function returns a Color with the specified \c red, \c green, \c blue and \c alpha components. All components should be in the range 0-1 inclusive. diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 1f1c8f7..db910ce 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -42,6 +42,7 @@ /*! \namespace Qt \inmodule QtCore + \target Qt Namespace \brief The Qt namespace contains miscellaneous identifiers used throughout the Qt library. |