-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.10
-
d8ff2009a (6.10), 5cd068409 (6.10), 483cc7bd4 (6.10), 1578934f0 (6.10), f9fa5d990 (6.10), f84211dd1 (6.10), acb109470 (6.10), f06d7cce9 (6.10), 36104fef8 (6.10), af09a2e3e (6.10), 8010685c4 (6.10), f695b0bd5 (dev), dacf8ed21 (6.10), 9ff949e0e (6.10)
-
DaVinci 121, DaVinci 122
We see
\generatelist {groupsbymodule <group_name>}
Used throughout Qt module docs. While it produces the correct result it's fragile, because `groupsbymodule` is not recognized as a valid 1st argument, and QDoc currently falls back to generating an annotated list of <group_name> members.
Replace these with
\annotatedlist <group_name>
- resulted from
-
QTBUG-96731 qdoc: Document groupsbymodule
-
- Closed
-