mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-11 13:23:59 +00:00
Don't generate TOC entries for refentry elements
[SVN r19857]
This commit is contained in:
parent
529ad13fa2
commit
d7cbec0ddd
@ -181,4 +181,8 @@
|
|||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user