mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-11 05:13:58 +00:00
Strip <para> and <simpara> elements when printing the purpose of a
function into the synopsis (because it has no detailed documentation). [SVN r20497]
This commit is contained in:
parent
4ab5ff9dd6
commit
5bbddee283
@ -483,7 +483,8 @@
|
|||||||
<xsl:call-template name="highlight-comment">
|
<xsl:call-template name="highlight-comment">
|
||||||
<xsl:with-param name="text">
|
<xsl:with-param name="text">
|
||||||
<xsl:text>// </xsl:text>
|
<xsl:text>// </xsl:text>
|
||||||
<xsl:apply-templates select="purpose" mode="annotation"/>
|
<xsl:apply-templates select="purpose/*|purpose/text()"
|
||||||
|
mode="annotation"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user