summaryrefslogtreecommitdiff
path: root/doc/newapi.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/newapi.xsl')
-rw-r--r--doc/newapi.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/newapi.xsl b/doc/newapi.xsl
index 17d0464..c2709c7 100644
--- a/doc/newapi.xsl
+++ b/doc/newapi.xsl
@@ -556,6 +556,7 @@
</xsl:if>
</xsl:template>
+<!--
<xsl:template name="docomponents">
<xsl:param name="mode"/>
<xsl:apply-templates select="exports[@type='macro']" mode="$mode">
@@ -574,7 +575,8 @@
<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>