Author: ben
Date: 2007-11-12 13:14:39 -0800 (Mon, 12 Nov 2007)
New Revision: 7216
Modified:
openlaszlo/branches/paperpie/docs/src/xsl/js2doc2dbk.xsl
Log:
Don't list events in attributes table. Only list them in events table.
Modified: openlaszlo/branches/paperpie/docs/src/xsl/js2doc2dbk.xsl
===================================================================
--- openlaszlo/branches/paperpie/docs/src/xsl/js2doc2dbk.xsl 2007-11-12
19:02:57 UTC (rev 7215)
+++ openlaszlo/branches/paperpie/docs/src/xsl/js2doc2dbk.xsl 2007-11-12
21:14:39 UTC (rev 7216)
@@ -297,7 +297,7 @@
<!-- Properties -->
<xsl:if test="$show.members.attributes">
<xsl:call-template name="describe-members">
- <xsl:with-param name="members" select="$ivars |
&classvalue;/initarg | $svars"/>
+ <xsl:with-param name="members" select="$ivars[not &isevent;] |
&classvalue;/initarg | $svars[not &isevent;]"/>
<xsl:with-param name="title" select="'Attributes'"/>
<xsl:with-param name="initargs" select="$initargs" />
<xsl:with-param name="ivars" select="$ivars" />
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins