Restrict the Doxygen to Docbook transform to only the relevant items.

pull/1469/head
Dean Camera 12 years ago
parent 8232721102
commit c1ffcd8681

@ -152,20 +152,21 @@
<xsl:value-of select="$name"/> <xsl:value-of select="$name"/>
</secondary> </secondary>
</indexterm> </indexterm>
<indexterm>
<primary> <xsl:call-template name="generate.index.id">
<xsl:value-of select="$book.title"/> <xsl:with-param name="name" select="$name"/>
</primary> </xsl:call-template>
<secondary>
<xsl:value-of select="$name"/>
</secondary>
</indexterm>
<indexterm> <indexterm>
<primary> <primary>
<xsl:value-of select="$name"/> <xsl:value-of select="$name"/>
</primary> </primary>
</indexterm> </indexterm>
<xsl:apply-templates/>
<xsl:apply-templates select="detaileddescription" />
<xsl:apply-templates select="sectiondef" />
<xsl:for-each select="innerclass"> <xsl:for-each select="innerclass">
<xsl:apply-templates select="ancestor::*/compounddef[@id = current()/@refid]"/> <xsl:apply-templates select="ancestor::*/compounddef[@id = current()/@refid]"/>
</xsl:for-each> </xsl:for-each>
@ -410,6 +411,7 @@
<title> <title>
<xsl:value-of select="title"/> <xsl:value-of select="title"/>
</title> </title>
<xsl:apply-templates/> <xsl:apply-templates/>
</section> </section>
</xsl:template> </xsl:template>
@ -420,12 +422,8 @@
</xsl:if> </xsl:if>
</xsl:template> </xsl:template>
<xsl:template match="compoundname"/>
<xsl:template match="title"/> <xsl:template match="title"/>
<xsl:template match="indexterm"/>
<xsl:template match="indexentry"> <xsl:template match="indexentry">
<xsl:variable name="prim"> <xsl:variable name="prim">
<xsl:choose> <xsl:choose>

Loading…
Cancel
Save