mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user