From kde-frameworks-devel Mon Sep 20 08:56:58 2021 From: David Edmundson Date: Mon, 20 Sep 2021 08:56:58 +0000 To: kde-frameworks-devel Subject: Re: QML API docs for C++ wrapper types? Message-Id: X-MARC-Message: https://marc.info/?l=kde-frameworks-devel&m=163212826806508 We have examples of where we have done this. Though I wouldn't necessarily use the word "properly". In Plasma-framework we have a manually made list where we can write the plugin name and list items by their exported QML type name. https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/declarativeimports/core/Mainpage.dox Which appears as: https://api.kde.org/frameworks/plasma-framework/html/core.html That links to the classic C++ generated docs, and we rely on users to know to only look at properties and signals.