2012/10/17 Marco Martin
> On Wednesday 17 October 2012, Aurélien Gâteau wrote:
> > An interesting bonus point of this annotation is that it could be used to
> > provide more precise information about the type. For example a property
> > which takes a QtObject but actually expects a model could be
On Wednesday, October 17, 2012 16:09:51 Aurélien Gâteau wrote:
> Are you OK with me following up with maintainers of api.kde.org so that
> doxyqml is used to generate documentation there?
+1 :)
Thanks,
--
sebas
http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
__
On Wed, Oct 17, 2012 at 4:58 PM, Aurélien Gâteau wrote:
> Le mercredi 17 octobre 2012 16:20:26 Aleix Pol a écrit :
>> > The crude, done in 10 minutes one:
>> > Define a custom comment to set on the property alias to document the type.
>> >
>> > Something like this:
>> > property alias text: labe
Le mercredi 17 octobre 2012 16:20:26 Aleix Pol a écrit :
> > The crude, done in 10 minutes one:
> > Define a custom comment to set on the property alias to document the type.
> >
> > Something like this:
> > property alias text: label.text // doxyqml: type=string
> >
> > I consider the second o
On Wednesday 17 October 2012, Aurélien Gâteau wrote:
> An interesting bonus point of this annotation is that it could be used to
> provide more precise information about the type. For example a property
> which takes a QtObject but actually expects a model could be marked as
> such:
>
> property
On Wed, Oct 17, 2012 at 4:09 PM, Aurélien Gâteau wrote:
> Le mardi 16 octobre 2012 21:39:15 Marco Martin a écrit :
>> On Tuesday 16 October 2012, Aurélien Gâteau wrote:
>> > - document class elements with comment blocks located next to the
>> > documented element
>> >
>> > The code is available fr
Le mardi 16 octobre 2012 21:39:15 Marco Martin a écrit :
> On Tuesday 16 October 2012, Aurélien Gâteau wrote:
> > - document class elements with comment blocks located next to the
> > documented element
> >
> > The code is available from kde:scratch/gateau/doxyqml . It is just a hack
> > right now
On Tuesday 16 October 2012, Aurélien Gâteau wrote:
> - document class elements with comment blocks located next to the
> documented element
>
> The code is available from kde:scratch/gateau/doxyqml . It is just a hack
> right now, using a proper grammar file would be more reliable, but it works
>