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
6 lines
248 B
XML
6 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>
|