Ticket #1218: typedef.patch

File typedef.patch, 424 bytes (added by Daniel James, 15 years ago)

A quick hack that I'm using to get it working - but it generates the typedef documentation on a new page when it should be inline. I might try to do it properly in the future if no one else has the time.

  • type.xsl

     
    901901        </xsl:if>
    902902        <xsl:apply-templates select="description"/>
    903903       
     904        <xsl:apply-templates select="typedef" mode="reference"/>
     905
    904906        <xsl:call-template name="construct-copy-destruct-reference"/>
    905907       
    906908        <xsl:apply-templates