mirror of https://github.com/qt/qt5compat.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.
Task-number: QTBUG-138901
Change-Id: I4486d19f59c6c1fd085f15a6a296226a6a8a20b0
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 533e758dba
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
5c08533f20
commit
c8d1f2fd41
|
@ -37,5 +37,5 @@
|
|||
Furthermore, Qt 5 Core Compat in Qt \QtVersion contains third party
|
||||
modules under the following permissive licenses:
|
||||
|
||||
\generatelist{groupsbymodule attributions-qtcore5compat}
|
||||
\annotatedlist attributions-qtcore5compat
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue