The doc tool used to pick up documentation from http://svn.openlaszlo.org/openlaszlo/branches/3.4/WEB-INF/lps/schema/lzx.rnc
. I think that Jim tried to move the relevant documentation into
the LFC source, but perhaps someone needs to systematically go over it.
For example: In 3.4, the datapath tag has an axis attribute that can
be x or y. There is no documentation on this attribute, but at least
it is listed. This attribute is missing altogether from 4.x.
It should be the case that every property of a tag that is specified
in the schema is listed in the documentation. If the property is not
reflected in an instance var of the same name (e.g., it is handled
specially by the constructor, as is the case for the axis property of
datapath) it should be listed as an @initarg above the class
declaration.
Maybe everybody else already knew this, but I did not.