summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-16 12:17:54 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-16 12:17:54 (GMT)
commit4c4fac4699a2942c134f51bf2f6f473f1657bab3 (patch)
treee741518b1c0728329bc7f5a8ca5789cfb905b085 /src/declarative/qml
parente5534b9ba700fa2b25fa63e181e2c5f82469875d (diff)
downloadQt-4c4fac4699a2942c134f51bf2f6f473f1657bab3.zip
Qt-4c4fac4699a2942c134f51bf2f6f473f1657bab3.tar.gz
Qt-4c4fac4699a2942c134f51bf2f6f473f1657bab3.tar.bz2
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlmoduleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmoduleplugin.cpp b/src/declarative/qml/qmlmoduleplugin.cpp
index 2f2cb25..3ebb1ef 100644
--- a/src/declarative/qml/qmlmoduleplugin.cpp
+++ b/src/declarative/qml/qmlmoduleplugin.cpp
@@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
The plugin should register QML types with qmlRegisterType() when the
defineModule() method is called.
- \sa examples/declarative/plugins
+ See the example in \c{examples/declarative/plugins}.
*/
/*!