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

QMatrix4x4 has an internal Flag enum that QDoc exposes as flags

XMLWordPrintable

    • f03b51a19 (dev), 56ae41711 (6.10)
    • DaVinci 123, DaVinci 124

      QMatrix4x4 contains an internal Flag enum that is incorrectly documented as Flags. In the header file the flags are correctly defined using the Q_DECLARE_FLAGS(Flags, Flag) macro.

      Perhaps because QDoc is confused about the documentation, it generates a "flags Flags" public type in the QMatrix4x4 documentation, but the link refers to a non-existent section. It warns about missing documentation for QMatrix4x4::Flags.

      The documentation clearly needs to be fixed, but there is also an underlying issue with relationships between nodes with different access/visibility levels.

        For Gerrit Dashboard: QTBUG-139405
        # Subject Branch Project Status CR V

            docinfrastructure Documentation Infrastructure Team
            david.boddie David Boddie
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change