mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
11 lines
244 B
XML
11 lines
244 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="0"/>
|
||
|
<xsl:param name="generate.toc">
|
||
|
article nop
|
||
|
</xsl:param>
|
||
|
|
||
|
</xsl:stylesheet>
|