aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.