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.