Hi Christian,
Am 02.06.2010 10:43, schrieb panyasan:
> I would like to document in the API viewer the messages
> (qx.event.message.Message objects) that are dispatched by a particular
> class. Are there any technical or design reasons why I shouldn't use
>
> events :
> {
> /*
> * Dispatched when the application is set up.
> */
> "setup" : "qx.event.message.Message",
>
> ..
> }
>
> and if that doesn't work, would the devs support an enhancement bugs that
> would allow this?
I guess the only reason why your API documentation doesn't work is that
you forgot to insert an additional '*' at the first comment line.
--snip--
events :
{
/**
* Dispatched when the application is set up.
*/
"setup" : "qx.event.message.Message",
}
--snip--
That's a convention to filter out API comments, AFAIK.
cheers,
Alex
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel