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

This commit is contained in:
Dean Camera 2013-05-24 18:23:45 +02:00
parent 1a62519c74
commit 195af9e530
1 changed files with 15 additions and 0 deletions

View File

@ -140,6 +140,21 @@
<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:for-each select="innerclass">