Fix Doxygen to Docbook transform function prototypes not folding (void) argument functions into a single line in some cases.

This commit is contained in:
Dean Camera 2013-05-17 21:18:54 +02:00
parent 85a0e75c60
commit db528b6778
1 changed files with 1 additions and 1 deletions

View File

@ -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>