Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-132151

QDoc doesn't support grouped properties when parsing a .qml file

    XMLWordPrintable

Details

    • 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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            treinio Topi Reiniƶ
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes