Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
A lot of our QML API is documented by the C++ types, while it should use QML types. See e.g. https://doc.qt.io/qt-6/qml-qtquick-application.html :
Anyhow, this error is easy to make, as the surrounding C++ code actually does use the native C++ types - the conversion to the QML native types when the class is used from QML is implicit.
Can qdoc at least warn about such cases?
Attachments
Issue Links
- relates to
-
QTBUG-131261 Use QML types Application QML Type documentation
- Reported
-
QTBUG-130092 Documentation: WindowContainer doesn't link to Window
- Closed
-
QTBUG-119727 Automatically generate QML documentation from C++
- Reported