mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Prevented "classname"/"methodname"/etc. elements inside "type" elements
inside "static-constant" elements from getting dropped. [SVN r42145]
This commit is contained in:
parent
02677802b7
commit
43c0ec6039
@ -461,11 +461,7 @@ Unknown type element "<xsl:value-of select="local-name(.)"/>" in type.display.na
|
||||
<xsl:with-param name="text" select="'static const '"/>
|
||||
</xsl:call-template>
|
||||
|
||||
<xsl:call-template name="source-highlight">
|
||||
<xsl:with-param name="text">
|
||||
<xsl:apply-templates select="type/*|type/text()"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:apply-templates select="type" mode="highlight"/>
|
||||
|
||||
<xsl:if test="not(@name = '')">
|
||||
<xsl:text> </xsl:text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user