mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
7 lines
248 B
XML
7 lines
248 B
XML
|
<?xml version='1.0'?>
|
||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||
|
version='1.0'>
|
||
|
<xsl:param name="section.autolabel" select="1"/>
|
||
|
<xsl:template match="section[@role = 'notintoc']" mode="toc"/>
|
||
|
</xsl:stylesheet>
|