Fix Doxygen to Docbook transform function prototypes not folding (void) argument...
[pub/lufa.git] / 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>