diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-29 13:33:26 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-29 13:33:26 (GMT) |
commit | 33f770b892b2bf46d59c4841e252c85b09b9c4bf (patch) | |
tree | 121d233b9bb5483d062bdf3f53765a4c7323e07f /src/declarative/fx/qfxcomponentinstance.cpp | |
parent | 9bcade632b72da7384d0b006c8d9db26d2f4baa1 (diff) | |
download | Qt-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.cpp | 5 |
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> |