Skip to content
Snippets Groups Projects
Commit daa32d88 authored by tho's avatar tho
Browse files

doclib: html-munge.xsl: remove duplicated inherited members in all-members page

parent a80eb119
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:str="http://exslt.org/strings"
xmlns:set="http://exslt.org/sets"
xmlns:exslt="http://exslt.org/common"
extension-element-prefixes="str">
<xsl:output
......@@ -317,7 +319,7 @@
</xsl:variable>
<xsl:if test="string($public-memfn)">
<tr><td colspan="3"><h2>Public Member Functions</h2></td></tr>
<xsl:copy-of select="$public-memfn"/>
<xsl:copy-of select="set:distinct(exslt:node-set($public-memfn)/tr)"/>
</xsl:if>
<xsl:variable name="public-var">
......
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