Re: [Development] Documentation for methods of QML basic type

2016-02-12 Thread Smith Martin
qdoc doesn't support it yet, because it wasn't done before. I will add it. martin From: Development on behalf of Nikita Krupenko Sent: Saturday, February 13, 2016 2:24 AM To: development@qt-project.org Subject: [Development] Documentation f

[Development] Documentation for methods of QML basic type

2016-02-12 Thread Nikita Krupenko
Hi all! I'm working on adding methods to basic QML type (color) and I need to document it. What qdoc tags should I use for this methods to be included into doc? I tried to use "\qmlmethod" but it does not work (or I do something wrong). I have suspicion, that qdoc does not support documenting met