mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
dc8590962b
Original commit message from CVS: redo autobuilt docs system with fancy XInclude features
10 lines
244 B
XML
10 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>
|