summaryrefslogtreecommitdiff
path: root/doc/newapi.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/newapi.xsl')
-rw-r--r--doc/newapi.xsl19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/newapi.xsl b/doc/newapi.xsl
index 22eba09b..5664e71d 100644
--- a/doc/newapi.xsl
+++ b/doc/newapi.xsl
@@ -592,25 +592,6 @@
</xsl:if>
</xsl:template>
- <xsl:template name="docomponents">
- <xsl:param name="mode"/>
- <xsl:apply-templates select="exports[@type='macro']" mode="$mode">
- <xsl:sort select='@symbol'/>
- </xsl:apply-templates>
- <xsl:apply-templates select="exports[@type='enum']" mode="$mode">
- <xsl:sort select='@symbol'/>
- </xsl:apply-templates>
- <xsl:apply-templates select="exports[@type='typedef']" mode="$mode">
- <xsl:sort select='@symbol'/>
- </xsl:apply-templates>
- <xsl:apply-templates select="exports[@type='struct']" mode="$mode">
- <xsl:sort select='@symbol'/>
- </xsl:apply-templates>
- <xsl:apply-templates select="exports[@type='function']" mode="$mode">
- <xsl:sort select='@symbol'/>
- </xsl:apply-templates>
- </xsl:template>
-
<xsl:template match="file">
<xsl:variable name="name" select="@name"/>
<xsl:variable name="title">Module <xsl:value-of select="$name"/> from <xsl:value-of select="/api/@name"/></xsl:variable>