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

qdoc: Include QML import + major version number in \keyword

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 6.0
    • 5.9
    • Build tools: qdoc
    • None
    • 5
    • Da Vinci sprint 17

      Include import name + major import version number in \keyword command for QML types

      The lookup for QML type descriptions in Qt Creator is so far done only on base of the QML type name. That is, both the documentation for Qt Quick Controls 1 and Qt Quick Controls 2 have an item Button , which is indexed by the keyword

      \keyword QML.Button
      

      This makes it hard to look up the right 'Button'. Instead, qdoc should generate also a keyword that includes the import + major number, e.g.

      \keyword QML.QtQuickControls2.Button
      

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

            treinio Topi Reiniö
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes