doc: Added missing qdoc text
authorMartin Smith <martin.smith@nokia.com>
Mon, 21 May 2012 09:05:11 +0000 (11:05 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 May 2012 10:40:55 +0000 (12:40 +0200)
A \table command was not matched by a
\entable command, and the qdoc comment
for one \qmlproperty command was not
terminated, so that a second \qmlproperty
command appeared in the same comment.

Change-Id: I398e8afd1dba84a74b62b6881990de81070c24b7
Reviewed-by: Pekka Vuorela <pekka.ta.vuorela@nokia.com>
src/qml/qml/qqmlengine.cpp

index 5111a4c..ebf3a7c 100644 (file)
@@ -354,11 +354,15 @@ The following functions are also on the Qt object.
                         from right to left.
     \endlist
 
+    \endtable
+
     The following example uses the \c application object to indicate
     whether the application is currently active:
 
     \snippet doc/snippets/qml/application.qml document
+*/
 
+/*!
     \qmlproperty object Qt::inputMethod
     \since QtQuick 2.0