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:
Douglas Gregor 2003-10-26 23:35:29 +00:00
parent 4ab5ff9dd6
commit 5bbddee283

View File

@ -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>