mirror of https://github.com/qt/qt3d.git
Doc: Fix incorrect usage of \generatelist
The \generatelist command takes an optional argument that affect how the members are listed, for example, `classesbymodule` which creates an annotated list of the classes in a named C++ module. `groupsbymodule` is not recognized or documented. QDoc falls back to generating a list of all members of a group in this case. While the end result is correct, this relies on an undocumented feature that is likely to change and break. Replace these instances with an explicit \annotatedlist command that produces the same output. Pick-to: 6.10 Task-number: QTBUG-138901 Change-Id: I10e54f01c473a014e9e1a15cf3bf6489f2123178 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
d6e3012e80
commit
5aae7fdacc
|
@ -110,5 +110,5 @@
|
|||
Furthermore Qt 3D contains third party
|
||||
modules under following permissive licenses:
|
||||
|
||||
\generatelist{groupsbymodule attributions-qt3d}
|
||||
\annotatedlist attributions-qt3d
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue