qml controls and documentation
David Edmundson
david at davidedmundson.co.uk
Wed Aug 13 09:58:33 UTC 2014
All fixed!
Some important notes:
QtDoc changes will be in 5.4. I can just upload my generated .tags
file to the api.k.o server in the meantime.
It requires explicitly stating inheritance in documentation
i.e
/**
@class Text
@short A text label styled using the plasma theme fonts and colours
@inherit QtQuick.Text
*/
Text {
}
I wrote automatic @inherit resolving into doxyqml, but it doesn't work
where there is no module explicitly set (i.e "import QtQuick 2.0" vs
"import QtQuick 2.0 as Cheese").
More information about the Plasma-devel
mailing list