
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
7,374
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
There is no meaningful documentation for <event> or <handler>. There should be.
|
|
Description
|
There is no meaningful documentation for <event> or <handler>. There should be. |
Show » |
|
Changed paths:
M /openlaszlo/trunk/docs/src/reference/langref.xml
Change 20071126-ben-N by ben@slim.local on 2007-11-26 14:31:58 PST
in /Users/ben/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Make attributes appear in reference for core language tags
New Features: In reference, attributes appear for core language tags:
attribute, handler, import, include, library, method, splash
Bugs Fixed:
LPP-5153Refguide: in langref.xml, change <initarg> to <property>LPP-5139RefGuide: event and handler are not meaningfully documentedLPP-5112 (partial) Compare and repair commonly used tags and classes in 4.1 reference to 3.4 reference
Documentation:
langref.xml describes the core lzx language tags. It used to use the <initarg>
form, but we're no longer using that structure, so the doctools weren't generating
documentation for the attributes of these classes that had been treated as initargs.
This change restructures the js2doc for these classes to produce appropriate
attribute listings in the reference.
Tests:
Notice non-empty attributes list in:
http://localhost:8080/trunk/docs/reference/tag.attribute.html
http://localhost:8080/trunk/docs/reference/tag.handler.html
http://localhost:8080/trunk/docs/reference/tag.import.html
http://localhost:8080/trunk/docs/reference/tag.include.html
http://localhost:8080/trunk/docs/reference/tag.library.html
http://localhost:8080/trunk/docs/reference/tag.method.html
http://localhost:8080/trunk/docs/reference/tag.splash+as2.html