mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +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:with-param name="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:call-template>
|
||||
</xsl:if>
|
||||
|
Loading…
x
Reference in New Issue
Block a user