mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-18 06:44:14 +00:00
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
Block a user