[Laszlo-checkins] r9642 - openlaszlo/trunk/docs/src/reference
dda@openlaszlo.org
dda at openlaszlo.org
Fri Jun 13 11:52:47 PDT 2008
Author: dda
Date: 2008-06-13 11:52:40 -0700 (Fri, 13 Jun 2008)
New Revision: 9642
Modified:
openlaszlo/trunk/docs/src/reference/langref.xml
Log:
Change 20080613-dda-O by dda at lester.local on 2008-06-13 14:45:16 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix inheritance for doc of <import> tag
New Features:
Bugs Fixed: LPP-6099
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
Release Notes:
Details:
The hand editted description for <import> in langref.xml did not specify
that import is inherited from LzView (as it is in the 3.0 doc).
Tests:
Rebuilt doc and inspected the <import> page.
Modified: openlaszlo/trunk/docs/src/reference/langref.xml
===================================================================
--- openlaszlo/trunk/docs/src/reference/langref.xml 2008-06-13 18:52:13 UTC (rev 9641)
+++ openlaszlo/trunk/docs/src/reference/langref.xml 2008-06-13 18:52:40 UTC (rev 9642)
@@ -178,7 +178,7 @@
tag.</p>
</text>
</doc>
- <class>
+ <class extends="LzView">
<property name="__ivars__" access="public">
<object>
<property name="href" type="String">
More information about the Laszlo-checkins
mailing list