diff options
author | Topi Reinio <topi.reinio@qt.io> | 2023-03-30 09:09:26 +0000 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2023-04-11 16:16:41 +0000 |
commit | 2ba87cd00e6527dbd64f5884f29081bd535605bb (patch) | |
tree | f3a884f7ed5d7f756959a5dcec2451340a41773f /src/qdoc/cppcodemarker.cpp | |
parent | e57bf78334d5b10f23e37d049a58ef24bb5f51e4 (diff) | |
download | qttools-2ba87cd00e6527dbd64f5884f29081bd535605bb.tar.gz |
qdoc: Fix links in \generatelist <groupname> output
The \generatelist command already supported listing members of a group
as a simple unordered list of titles/links, but the links were broken
as they always referred to the current document.
In DocBook generator, reuse generateAnnotatedList() for this purpose
as it already has support for outputting simple itemized/unordered lists.
Create a new private enum GeneratedListType to select the list 'subtype'
and clean up the API.
Add simple test case and documentation of the new argument.
Fixes: QTBUG-111575
Pick-to: 6.5
Change-Id: I30e4976cef3b6aa5414aac457844ae5bc0762f3d
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/cppcodemarker.cpp')
0 files changed, 0 insertions, 0 deletions