mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Deal with top level enums from doxygen.
[SVN r51324]
This commit is contained in:
parent
4cb40a7e09
commit
b55c27558f
@ -487,6 +487,10 @@
|
||||
<xsl:call-template name="typedef" />
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@kind='enum'">
|
||||
<xsl:call-template name="enum" />
|
||||
</xsl:when>
|
||||
|
||||
<xsl:otherwise>
|
||||
<xsl:call-template name="kind-error-message">
|
||||
<xsl:with-param name="message" select="'Cannot handle toplevel memberdef element'"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user