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

Allow to use \relates twice on a same function

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Build tools: qdoc
    • None
    • DaVinci 86, DaVinci 87, DaVinci 88

      Sometimes it would be useful to link the same function to multiple places.
      For example, when implementing https://codereview.qt-project.org/c/qt/qtbase/+/496718, I wanted to link the new qXXXEndian() overloads both to the <QtEndian> header, and to the QUuid::Id128Bytes union, but that does not work.

      When doing

      \relates <QtEndian>
      \relates QUuid::Id128Bytes
      

      only the first command is applied, and the second is silently ignored.

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

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

              Created:
              Updated:

                There are no open Gerrit changes