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

QDoc \qmldefault and \readonly commands are not supported together

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.5.0 FF
    • Build tools: qdoc
    • None

    Description

      I describe the qml property in the following way:

      /*!
          \qmlproperty list<PluginParameter> SatelliteSource::parameters
          \readonly
          \qmldefault
      
          This property holds the list of plugin parameters.
      
          \sa PluginParameter
      */
      

      I expect qdoc to show both default and read-only hints in the docs. However, when I build the html docs locally, I see the following:

      If only the \readonly command is used, the read-only hint is shown correctly.

      Attachments

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

        Activity

          People

            docinfrastructure Documentation Infrastructure Team
            ivan.solovev Ivan Solovev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes