Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-33750

qdoc: Remove algorithm to compute a common prefix for classes

XMLWordPrintable

    • b4534cd51df7043366cdfb25ad2df27f52761d55

      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).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            gbk Martin Smith (Qt)
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes