Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9
-
2a0a764b0 (dev), 79b05eeb0 (6.9)
-
DaVinci 110, DaVinci 111
Description
Given a following documentation comment in Foo.qml:
/*! \qmlproperty int Foo::point.x \qmlproperty int Foo::point.y (x,y) point coordinates. */ property Point point
Does not result in a single documented QML property group, unlike when having the same documentation comment in a .cpp source file. Instead, three separate properties are documented; point.x, point.y, and point, with the content duplicated for each.
Attachments
For Gerrit Dashboard: QTBUG-132151 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
612392,3 | qdoc: Allow documenting QML property groups in .qml | dev | qt/qttools | Status: MERGED | +2 | 0 |
615972,2 | qdoc: Allow documenting QML property groups in .qml | 6.9 | qt/qttools | Status: MERGED | +2 | 0 |