mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Support global variable reference in boostbook.
[SVN r52082]
This commit is contained in:
parent
f969e67178
commit
39eb5bacb8
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user