grim/purple-objects-docbook

0eaad9529dd2
Parents a29123410dc6
Children 4ed187581885
forgot to output the return type of functions
--- a/sheets/class.xsl Fri Apr 17 23:32:03 2009 -0500
+++ b/sheets/class.xsl Fri Apr 17 23:33:22 2009 -0500
@@ -103,6 +103,13 @@
<!-- finish the arguments -->
<xsl:text>)</xsl:text>
+ <!-- if we have a type output it -->
+ <xsl:if test="@type">
+ <xsl:text> : </xsl:text>
+ <xsl:value-of select="@type"/>
+ </xsl:if>
+
+ <!-- left justify the line -->
<xsl:text>\l</xsl:text>
</xsl:for-each>