[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Thu Dec 8 08:00:24 CET 2005


SVN commit 486620 by staikos:

list properties always


 M  +1 -1      jsdocs-class.xsl  


--- trunk/extragear/graphics/kst/kst/extensions/js/jsdocs-class.xsl #486619:486620
@@ -59,7 +59,7 @@
     </xsl:if>
 
     <!-- List all the properties -->
-    <xsl:if test="count(method) &gt; 0">
+    <xsl:if test="count(property) &gt; 0">
       <span class="title">Properties:</span>
       <ul>
       <xsl:for-each select="property">


More information about the Kst mailing list