mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Add a trailing slash to the header prefix, if needed
[SVN r20142]
This commit is contained in:
parent
4dcef9d8b7
commit
07e23689eb
@ -276,8 +276,14 @@ Cannot handle compounddef with kind=<xsl:value-of select="@kind"/>
|
|||||||
<xsl:if test="$include-header='yes'">
|
<xsl:if test="$include-header='yes'">
|
||||||
<header>
|
<header>
|
||||||
<xsl:attribute name="name">
|
<xsl:attribute name="name">
|
||||||
<xsl:value-of select="concat($boost.doxygen.header.prefix,
|
<xsl:value-of select="$boost.doxygen.header.prefix"/>
|
||||||
string(compoundname))"/>
|
<xsl:if
|
||||||
|
test="not(substring($boost.doxygen.header.prefix,
|
||||||
|
string-length($boost.doxygen.header.prefix))
|
||||||
|
= '/')">
|
||||||
|
<xsl:text>/</xsl:text>
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:value-of select="string(compoundname)"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
|
|
||||||
<xsl:if test="briefdescription/*|detaileddescription/*">
|
<xsl:if test="briefdescription/*|detaileddescription/*">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user