forked from mfulz_github/qmk_firmware
Fix Doxygen to Docbook transform function prototypes not folding (void) argument functions into a single line in some cases.
This commit is contained in:
parent
85a0e75c60
commit
db528b6778
|
@ -274,7 +274,7 @@
|
||||||
<xsl:text>(</xsl:text>
|
<xsl:text>(</xsl:text>
|
||||||
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="argsstring = '(void)'">
|
<xsl:when test="not(param[1]/declname)">
|
||||||
<emphasis role="keyword">void</emphasis>
|
<emphasis role="keyword">void</emphasis>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue