While looking through Quick Controls 2.0 sources, I came upon a peculiar comment syntax that I can't seem to find in docs:
//! [property]
property: ...
...
//! [property]
for example, pairs of //! [contentItem]
, //! [background]
could be seen in TabButton.qml
.
I wonder if this is just a convention chosen by the developers to delimit regions of code, or does it indeed have some special meaning?