-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.10.0 Beta3
-
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 |
670747,2 | QDoc: Hide undocumented flags when the associated enum is not in the API | dev | qt/qttools | Status: NEW | 0 | 0 |
670748,3 | Doc: Fix declaration in internal enum documentation | dev | qt/qtbase | Status: MERGED | +2 | 0 |
671690,2 | Doc: Fix declaration in internal enum documentation | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |