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

Q_GADGET properties don't get boilerplate "This property holds" intro

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 6.0.0 Beta2
    • Build tools: qdoc
    • None
    • d01b9ac6af60679c5d18dbacbbac9a5afcd8079d (qt/qtbase/dev)
    • Da Vinci - sprint 21

    Description

      QObject properties, such as QObject::objectName, are documented with

      /*!
          \property QObject::objectName
      
          \brief the name of this object
      

      which generates documentation that states

      This property holds the name of this object
      

      The same input for QEvent::accepted:

      /*!
          \property  QEvent::accepted
          the accept flag of the event object
      

      result in just

      the accept flag of the event object
      

      It would seem that qdoc's XmlGenerator::rewritePropertyBrief is not used for Q_GADGET properties.

      Attachments

        For Gerrit Dashboard: QTBUG-88232
        # Subject Branch Project Status CR V

        Activity

          People

            treinio Topi Reiniƶ
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes