aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-04-18 15:42:48 +0200
committerKai Koehne <kai.koehne@qt.io>2018-04-19 06:28:36 +0000
commitc35dae0553ef181af263c0bf8f528619324d275e (patch)
treef6f26f50a1bb2c5ba22fdbed7056a3308d245284 /src/qml
parent6069cc1cd1a6309cdffeb8bdd9c4035f33742228 (diff)
Doc: Fix missing \endcode error
This got introduced in commit 67c9f735ce. Change-Id: I61a9a3886125cebe64f9eaa5ae1c7b8d226b2e1c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index 34dce8f4da..55ca040af6 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -345,7 +345,7 @@
\code
qmlRegisterType<Foo>("App", 1, 0, "Foo");
qmlRegisterType<Bar>();
- \code
+ \endcode
As the \c Foo type is instantiated in QML, it must be registered
with the version of \l qmlRegisterType() that takes an import URI.