Fix Doxygen to Docbook transform function prototypes not folding (void) argument...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 17 May 2013 19:18:54 +0000 (21:18 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 17 May 2013 19:18:54 +0000 (21:18 +0200)
LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt

index 680cea5..12b37ed 100644 (file)
                                <xsl:text>(</xsl:text>
 
                                <xsl:choose>
-                                       <xsl:when test="argsstring = '(void)'">
+                                       <xsl:when test="not(param[1]/declname)">
                                                <emphasis role="keyword">void</emphasis>
                                        </xsl:when>