[Kst] extragear/graphics/kst/kst/extensions/js
George Staikos
staikos at kde.org
Mon May 23 23:44:51 CEST 2005
SVN commit 417549 by staikos:
add documentation for Equation, add the collection
class for Vector, and fix escaping of descriptions
in the stylesheet
A bind_equation.xml
M +1 -0 bind_vector.xml
M +2 -2 jsdocs.xsl
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_vector.xml #417548:417549
@@ -9,6 +9,7 @@
Default constructor creates an empty vector.
</description>
</constructor>
+ <collection name="VectorCollection"/>
<method name="resize">
<description>
Resizes the vector.
--- trunk/extragear/graphics/kst/kst/extensions/js/jsdocs.xsl #417548:417549
@@ -175,7 +175,7 @@
<b><xsl:value-of select="@name"/></b>
<xsl:if test="description">
<xsl:text> - </xsl:text>
- <xsl:value-of select="description"/>
+ <xsl:value-of select="description" disable-output-escaping="yes"/>
</xsl:if>
<xsl:if test="@optional = 'true'">
<xsl:text> [OPTIONAL]</xsl:text>
@@ -189,7 +189,7 @@
Throws: <b><xsl:value-of select="@name"/></b>
<xsl:if test="description">
<xsl:text> - </xsl:text>
- <xsl:value-of select="description"/>
+ <xsl:value-of select="description" disable-output-escaping="yes"/>
</xsl:if>
<br/>
</xsl:for-each>
More information about the Kst
mailing list