mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-29 12:32:07 +00:00
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: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…
Reference in New Issue
Block a user