Skip to content
Snippets Groups Projects
Commit 72d51769 authored by g0dil's avatar g0dil
Browse files

Update doclib/html-munge.xsl to remove external modules from the modules page

parent 608998e3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template name="copy-attributes">
<xsl:for-each select="@*">
<xsl:attribute name="{name(current())}">
......@@ -32,7 +32,8 @@
</xsl:attribute>
</xsl:for-each>
</xsl:template>
<!-- Remove the automatically inserted search form (we build our own) -->
<xsl:template match="li[form]">
</xsl:template>
......@@ -107,5 +108,9 @@
<xsl:with-param name="class">anchor</xsl:with-param>
</xsl:call-template>
</xsl:template>
<!-- Remove [external] references from the modules page -->
<xsl:template match="div[@id='content2']/ul/li[a/@class='elRef'][a/@doxygen][code/text()='[external]'][not(ul)]">
</xsl:template>
</xsl:stylesheet>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment