HI Aekold,
See this: http://doc-snapshot.qt-project.org/qdoc/
Debao
On Sat, Apr 21, 2012 at 1:17 PM, Aekold Helbrass wrote:
> Hi All!
>
> Writing my very first project with QtQuick, and have first bunch of questions:
>
> 1. In documentation I see comment for every property. C++ part of Qt
> had
Hi All!
Writing my very first project with QtQuick, and have first bunch of questions:
1. In documentation I see comment for every property. C++ part of Qt
had /* */ for simple comment and /** */ for documentation comment, but
I can't find that kind of documentation comment for QML. Is there any?