forked from mfulz_github/qmk_firmware
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
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue