Details
-
Task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
b4534cd51df7043366cdfb25ad2df27f52761d55
Description
HtmlGenerator::generateCompactList() uses an algorithm to find out a common prefix for classes/qml types when generating the alphabetical lists. It's restricted (assumes a single-character prefix) and somewhat useless for Qt.
This algorithm should be either
- Replaced with hardcoded 'Q' prefix for C++ classes, and empty prefix for QML types
- Replaced with qdoc config parameter(s) for prefix string(s).
Attachments
Issue Links
- resulted from
-
QTBUG-33715 The sorting order is wrong when listing all QML types in the docs
-
- Closed
-