In many QML Examples you can find the line:
// ![0]
See:
- http://doc.qt.io/qt-5/qtquick-tutorials-samegame-samegame4-example.html#adding-particle-effects
- http://doc.qt.io/qt-5/qtqml-referenceexamples-extended-example-qml.html
- http://doc.qt.io/qt-5/qtquick-animation-states-transitions-qml.html
It clearly is a comment.
But since the text of the comment does not seem to carry any meaning but appears frequently, I was wondering if there is any deeper meaning to it, like a shebang line is a comment, too, but carries meaningful information for the interpreter.
Is this some kind of annotation for the QML translator or maybe just some comment the author thought, it will carry a clear message to the reader?