History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5153
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P1 P1
Assignee: Benjamin Shine
Reporter: Benjamin Shine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Refguide: in langref.xml, change <initarg> to <property>

Created: 26/Nov/07 01:58 PM   Updated: 26/Nov/07 02:46 PM
Component/s: Doc Tools
Affects Version/s: RingDingTools (4.1 Ref Guide + Tools)
Fix Version/s: RingDingTools (4.1 Ref Guide + Tools)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 7,374
Runtime: N/A
Fix in hand: False


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 26/Nov/07 02:46 PM
r7374 | ben | 2007-11-26 14:44:27 -0800 (Mon, 26 Nov 2007) | 32 lines
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-5153 Refguide: in langref.xml, change <initarg> to <property>
    LPP-5139 RefGuide: event and handler are not meaningfully documented
    LPP-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