diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-24 18:23:45 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-24 18:23:45 +0200 |
commit | 195af9e53033c1fda6aa0f60d6988ef3583a0d5e (patch) | |
tree | 7c8d00fe2cd7e141a204aff64eca81c3b4956217 /LUFA/StudioIntegration/HV1 | |
parent | 1a62519c74ae5e0d40d585464541dd520bbf048a (diff) | |
download | lufa-195af9e53033c1fda6aa0f60d6988ef3583a0d5e.tar.gz lufa-195af9e53033c1fda6aa0f60d6988ef3583a0d5e.tar.bz2 lufa-195af9e53033c1fda6aa0f60d6988ef3583a0d5e.zip |
Synthesize a list of sub-groups (but not sub-sections due to Doxygen producing duplicate IDs) in the HV1 group documentation.
Diffstat (limited to 'LUFA/StudioIntegration/HV1')
-rw-r--r-- | LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt index 71150aac0..9a8d9359f 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -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"> |