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:
parent
1a62519c74
commit
195af9e530
1 changed files with 15 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue