Synthesize a list of sub-groups (but not sub-sections due to Doxygen producing duplicate IDs) in the HV1 group documentation.

pull/1469/head
Dean Camera 12 years ago
parent 1a62519c74
commit 195af9e530

@ -140,6 +140,21 @@
<xsl:apply-templates select="detaileddescription"/> <xsl:apply-templates select="detaileddescription"/>
<xsl:if test="count(innergroup)">
<para>
<emphasis role="bold">Subgroups:</emphasis>
<itemizedlist>
<xsl:for-each select="innergroup">
<listitem>
<link linkend="{@refid}">
<xsl:value-of select="text()"/>
</link>
</listitem>
</xsl:for-each>
</itemizedlist>
</para>
</xsl:if>
<xsl:apply-templates select="sectiondef"/> <xsl:apply-templates select="sectiondef"/>
<xsl:for-each select="innerclass"> <xsl:for-each select="innerclass">

Loading…
Cancel
Save