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

Allow to use \relates twice on a same function

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes