summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlsyntax.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/qmlsyntax.qdoc')
-rw-r--r--doc/src/declarative/qmlsyntax.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/qmlsyntax.qdoc b/doc/src/declarative/qmlsyntax.qdoc
index 24ac1da6..8914e1c1 100644
--- a/doc/src/declarative/qmlsyntax.qdoc
+++ b/doc/src/declarative/qmlsyntax.qdoc
@@ -129,8 +129,8 @@ information on the \e id property.)
Commenting in QML is similar to JavaScript.
\list
-\o Single line comments start with // and finish at the end of the line.
-\o Multiline comments start with /* and finish with *\/
+\li Single line comments start with // and finish at the end of the line.
+\li Multiline comments start with /* and finish with *\/
\endlist
\snippet doc/src/snippets/declarative/comments.qml 0