Don't generate TOC entries for refentry elements

[SVN r19857]
This commit is contained in:
Douglas Gregor 2003-08-29 13:30:23 +00:00
parent 529ad13fa2
commit d7cbec0ddd

View File

@ -181,4 +181,8 @@
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>
<!-- We don't want refentry's to show up in the TOC because they
will merely be redundant with the synopsis. -->
<xsl:template match="refentry" mode="toc"/>
</xsl:stylesheet>