summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/qml.qdoc.sample
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-05 19:46:01 +0100
committerAlejandro Exojo Piqueras <suy@badopi.org>2014-12-08 11:38:44 +0100
commit1d61e3267da7ff4a2c437ed7c6a591e13eb92076 (patch)
treec3e00fad3102d2e669418417a537120f7a4856c2 /src/tools/qdoc/doc/examples/qml.qdoc.sample
parentd52ea19862461c7f6f49f8233594d83e1c00cde8 (diff)
doc: Clarify \inqmlmodule usage
The \inqmlmodule command only accepts one parameter: the name of the module. This was producing some confusion, since in qtdeclarative there were some wrong import statements and it wasn't obvious which command was producing them. Change-Id: Idb41f12f20f05757942b0957c512d195ec8500b3 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/tools/qdoc/doc/examples/qml.qdoc.sample')
-rw-r--r--src/tools/qdoc/doc/examples/qml.qdoc.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc/examples/qml.qdoc.sample b/src/tools/qdoc/doc/examples/qml.qdoc.sample
index d913c6f1641..11713b4e4d8 100644
--- a/src/tools/qdoc/doc/examples/qml.qdoc.sample
+++ b/src/tools/qdoc/doc/examples/qml.qdoc.sample
@@ -28,7 +28,7 @@
//![qmltype]
\qmltype TextEdit
\instantiates QQuickTextEdit
- \inqmlmodule QtQuick 2
+ \inqmlmodule QtQuick
\ingroup qtquick-visual
\ingroup qtquick-input
\inherits Item