summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxcomponentinstance.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-29 13:33:26 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-29 13:33:26 (GMT)
commit33f770b892b2bf46d59c4841e252c85b09b9c4bf (patch)
tree121d233b9bb5483d062bdf3f53765a4c7323e07f /src/declarative/fx/qfxcomponentinstance.cpp
parent9bcade632b72da7384d0b006c8d9db26d2f4baa1 (diff)
downloadQt-33f770b892b2bf46d59c4841e252c85b09b9c4bf.zip
Qt-33f770b892b2bf46d59c4841e252c85b09b9c4bf.tar.gz
Qt-33f770b892b2bf46d59c4841e252c85b09b9c4bf.tar.bz2
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/declarative/fx/qfxcomponentinstance.cpp')
-rw-r--r--src/declarative/fx/qfxcomponentinstance.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxcomponentinstance.cpp b/src/declarative/fx/qfxcomponentinstance.cpp
index 951c25d..5343f7d 100644
--- a/src/declarative/fx/qfxcomponentinstance.cpp
+++ b/src/declarative/fx/qfxcomponentinstance.cpp
@@ -51,15 +51,14 @@ QML_DEFINE_TYPE(QFxComponentInstance,ComponentInstance);
/*!
\internal
- \class QFxComponentInstance
- \qmlclass ComponentInstance
+ \class QFxComponentInstance ComponentInstance
\brief The QFxComponentInstance class provides a way to instantiate an item from a component.
*/
/*!
\qmlclass ComponentInstance QFxComponentInstance
- \brief The ComponentInstance element allows you to instantiate an arbitrary component.
+ \brief The ComponentInstance element allows you to instantiate a \l{qml-component.html} {Component}.
\code
<Item>