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: Ib00b506c13b3974d5741e4c8a7af6c5c5408a0c6 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
8357f4336f
commit
302f66f946
|
@ -67,7 +67,7 @@ See \l{Qt Licensing} for further details.
|
|||
Furthermore Qt Image Formats potentially contains third party
|
||||
modules under following permissive licenses:
|
||||
|
||||
\generatelist{groupsbymodule attributions-qtimageformats}
|
||||
\annotatedlist attributions-qtimageformats
|
||||
|
||||
\section1 Security Considerations
|
||||
|
||||
|
|
Loading…
Reference in New Issue