aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmlsyntax.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qmlsyntax.qdoc')
-rw-r--r--src/qml/doc/src/qmlsyntax.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmlsyntax.qdoc b/src/qml/doc/src/qmlsyntax.qdoc
index 1814b16078..b6b9051c5c 100644
--- a/src/qml/doc/src/qmlsyntax.qdoc
+++ b/src/qml/doc/src/qmlsyntax.qdoc
@@ -133,7 +133,7 @@ Commenting in QML is similar to JavaScript.
\li Multiline comments start with /* and finish with *\/
\endlist
-\snippet doc/snippets/qml/comments.qml 0
+\snippet qml/comments.qml 0
Comments are ignored by the engine. They are useful for explaining what you
are doing; for referring back to at a later date, or for others reading