summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-26 14:23:52 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-26 14:23:52 (GMT)
commit20a3e23bb07a8c4b363ebeb9124d04db9fe3226e (patch)
tree5dcf25005d4f434d1dd95d712c135eaa56d860d3 /doc/src/declarative
parent67fbf125f3f96ea0ff0da66b1dd8b7dd348ca69f (diff)
downloadQt-20a3e23bb07a8c4b363ebeb9124d04db9fe3226e.zip
Qt-20a3e23bb07a8c4b363ebeb9124d04db9fe3226e.tar.gz
Qt-20a3e23bb07a8c4b363ebeb9124d04db9fe3226e.tar.bz2
Doc: Fixed the syntax of QML code snippets.
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/qml-intro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qml-intro.qdoc b/doc/src/declarative/qml-intro.qdoc
index 7b2d999..3f3e0e4 100644
--- a/doc/src/declarative/qml-intro.qdoc
+++ b/doc/src/declarative/qml-intro.qdoc
@@ -61,7 +61,7 @@ The basic syntax of an \l{QML Elements}{element} is
\qml
SomeElement {
id: myObject
- ... some other things here ...
+ // ... some other things here ...
}
\endqml