Synthesize a list of sub-groups (but not sub-sections due to Doxygen producing duplic...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 24 May 2013 16:23:45 +0000 (18:23 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 24 May 2013 16:23:45 +0000 (18:23 +0200)
LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt

index 71150aa..9a8d935 100644 (file)
 
                        <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">