Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
Description
The sorting feature in \generatelist is a useful feature. For example, listing all the previous changelogs in descending order. The command lets you sort either based on the page \title or a sort key "\meta sortkey
{key}". In the case of listing changelogs where the page \title includes the version no. of the release, for example "What's new in Qt 6.10", qdoc fails the generate the list in the correct order. A quick fix for this problem, is to either drop the minor version from the title or change it to be a single digit, for example "\title What's new Qt 6.9" or \title What's new Qt 6.9.5" does generate the list in the correct order.
That attached screenshot shows that the "What's new" or changelog for 6.10 is not at the top.