The format may not be well documented, but it is documented:

on a local machine:

http://localhost:8080/trunk/docs/developers/js2doc-reference.html

and in the nightly build:

http://labs.openlaszlo.org/trunk-nightly/docs/developers/js2doc- reference.html

I'm not sure how good this doc is, but it's something.

Lou


On May 2, 2008, at 11:05 PM, Donald Anderson wrote:

I just put this comment in the JIRA, but it probably needs wider exposure:

If there are things that absolutely cannot be handled by converting to a class, there is a final 'hack' workaround, which is to put the doc into one of docs/src/reference/{langref,wrappers}.xml . This is in the xml format that is produced by js2doc, that is to say, the format is not well documented, you have to fish around a little to get it to work, but you can produce things that look like classes for things that aren't really classes. This is how html tags like '<br>' and '<p>' get documented, and there are some other special cases that don't really work via the normal javadoc.

On May 2, 2008, at 8:10 PM, Max Carlson wrote:

This code is only used for javascript that's executed in the browser. Can we make the docs work with the existing format instead?

Philip Romanik wrote:
http://jira.openlaszlo.org/jira/browse/LPP-4036
Hi Max,
This jira bug is to convert embednew.js to a class. Isn't this code only used in a browser window and hence can't be converted into a class?
Thanks!
Phil

--
Regards,
Max Carlson
OpenLaszlo.org


--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-547-7881
email: [EMAIL PROTECTED]
www: http://www.ddanderson.com





Reply via email to