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

[REG] qdoc fails to find overloaded functions from the global namespace

    XMLWordPrintable

Details

    • 026edd4bcefd6f0cffa72c2385407c28042b4b36 (qt/qttools/dev) c3510a4292b7f0ca95f414bf58688c6675bf317b (qt/qttools/6.0) c72bc916751d1dd5cd6cc4188122a1f82eaed623 (qt/qttools/6.1)
    • Da Vinci sprint 28

    Description

      QDoc maintains a list of function overloads as a linked list:

      primary -> f1 -> f2

      when the primary is moved to another aggregate (e.g. class) using \relates, QDoc incorrectly sets primary's nextOverload pointer to nullptr. This means that subsequent \fn commands for f1 and f2 will not succeed in finding a match.

      This is a regression from 6.0 introduced by 550c3031c2fbafe89daec4046dd45946ee8a788b.

      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes