Author: ben
Date: 2007-11-16 18:15:27 -0800 (Fri, 16 Nov 2007)
New Revision: 7307

Modified:
   openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
Log:
Change 20071116-ben-I by [EMAIL PROTECTED] on 2007-11-16 18:13:24 PST
    in /Users/ben/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: RefGuide: don't show inherited events in inherited attributes list

Documentation:
Inherited events should be listed in the inherited *events* list, 
not in the inherited *attributes* list. This change makes sure that
they are not listed in the inherited attributes list. 

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl
===================================================================
--- openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl        2007-11-16 19:58:11 UTC 
(rev 7306)
+++ openlaszlo/trunk/docs/src/xsl/js2doc2dbk.xsl        2007-11-17 02:15:27 UTC 
(rev 7307)
@@ -1017,7 +1017,7 @@
         </title>
         <para>
           <xsl:variable name="inheritedattrs" select="$superclass/class/[EMAIL 
PROTECTED]'__ivars__']/object/[EMAIL PROTECTED]'public']"></xsl:variable>
-          <xsl:variable name="allinheritedattrs" select="$inheritedattrs" />
+          <xsl:variable name="allinheritedattrs" select="$inheritedattrs[not 
&isevent;]" />
           <xsl:for-each select="$allinheritedattrs">
             <xsl:sort select="@name"/>            
             <link linkend="[EMAIL PROTECTED]"><xsl:value-of 
select="@name"/></link>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to