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

qdoc renders fixed-size array parameters incorrectly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5.0 Beta3
    • Build tools: qdoc
    • None

    Description

      Function templates that have a fixed-size array are rendered incorrectly.

      For example, there is a

      template <size_t Size>
      constexpr QByteArrayView(const char (&data)[Size]) noexcept

      method.
      qdoc renders it as

      template <size_t Size> QByteArrayView::QByteArrayView(const char (&)[Size] data = Size)

      See here: https://doc-snapshots.qt.io/qt6-dev/qbytearrayview.html#QByteArrayView-7

      Attachments

        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: