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

George Staikos staikos at kde.org
Tue May 24 17:51:05 CEST 2005


SVN commit 417775 by staikos:

Added an index and linked it into class pages.
I'm not happy with it though - it doesn't sort,
and the entries go left->right instead of top->
bottom.


 M  +1 -0      Makefile.am  
 A             classindex.xml  
 M  +2 -0      jsdocs-class.xsl  
 A             jsdocs-index.xsl  


--- trunk/extragear/graphics/kst/kst/extensions/js/Makefile.am #417774:417775
@@ -86,6 +86,7 @@
 rc_DATA=kstextension_js.rc
 
 apidox:
+	xsltproc jsdocs-index.xsl classindex.xml >index.html
 	xsltproc jsdocs-class.xsl bind_curve.xml >Curve.html
 	xsltproc jsdocs-class.xsl bind_equation.xml >Equation.html
 	xsltproc jsdocs-class.xsl bind_vector.xml >Vector.html
--- trunk/extragear/graphics/kst/kst/extensions/js/jsdocs-class.xsl #417774:417775
@@ -113,6 +113,8 @@
       <br/><br/>
     </xsl:for-each>
 
+    <br/>
+    <a href="index.html">&lt;-- Back To Index</a>
     <hr/>
     <h6>Copyright <xsl:text disable-output-escaping="yes">&amp;copy;</xsl:text> 2005 <a href="http://www.utoronto.ca/">The University of Toronto</a><br/>
   Kst <a href="http://kst.kde.org/">http://kst.kde.org/</a></h6>


More information about the Kst mailing list