mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-17 22:34:18 +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:choose>
|
||||
<xsl:when test="argsstring = '(void)'">
|
||||
<xsl:when test="not(param[1]/declname)">
|
||||
<emphasis role="keyword">void</emphasis>
|
||||
</xsl:when>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user