Support global variable reference in boostbook.

[SVN r52082]
This commit is contained in:
Daniel James 2009-03-31 19:43:13 +00:00
parent f969e67178
commit 39eb5bacb8

View File

@ -494,6 +494,10 @@
<xsl:call-template name="typedef" /> <xsl:call-template name="typedef" />
</xsl:when> </xsl:when>
<xsl:when test="@kind='variable'">
<xsl:call-template name="variable" />
</xsl:when>
<xsl:when test="@kind='enum'"> <xsl:when test="@kind='enum'">
<xsl:call-template name="enum" /> <xsl:call-template name="enum" />
</xsl:when> </xsl:when>