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: Ia1122395191d3cad75c7fa6058f52122d3045da4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
0e8a0121b8
commit
be4751c28c
|
|
@ -200,5 +200,5 @@ to integrate with the official Linux bluetooth protocol stack
|
|||
BlueZ. BlueZ is available under the \l{GNU General Public License,
|
||||
version 2}.
|
||||
|
||||
\generatelist{groupsbymodule attributions-qtbluetooth}
|
||||
\annotatedlist attributions-qtbluetooth
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue