diff options
-rw-r--r-- | doc/publican/doxygen-to-publican.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl index a151628..cbcb281 100644 --- a/doc/publican/doxygen-to-publican.xsl +++ b/doc/publican/doxygen-to-publican.xsl @@ -134,7 +134,8 @@ <!-- methods --> <xsl:template match="memberdef" > - <xsl:if test="@kind = 'function' and @static = 'no'"> + <xsl:if test="@kind = 'function' and @static = 'no' or + @kind !='function' and normalize-space(briefdescription) != ''"> <varlistentry id="{$which}-{@id}"> <term> <xsl:value-of select="name"/> |