On Sun, Sep 4, 2011 at 2:18 PM, Stefan Majewsky <stefan.majew...@googlemail.com> wrote: > 2. api.kde.org doesn't show QML elements.
Problem with this is that Doxygen does not support QML (yet anyway), actually I would not know how to make this work in a sane manner considering that plenty of QML elements will be directly based of a CPP object... (in phonon we actually have the documentation in the cpp object which implements the element). So, doing this in a meaningful way would likely require using qdoc for QML element documentation.