diff options
Diffstat (limited to 'winsup/doc/html.xsl')
-rw-r--r-- | winsup/doc/html.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/doc/html.xsl b/winsup/doc/html.xsl index 2b02ea870..59b77357a 100644 --- a/winsup/doc/html.xsl +++ b/winsup/doc/html.xsl @@ -23,4 +23,7 @@ <!-- suppress refentry in toc being annotated with refpurpose --> <xsl:param name="annotate.toc" select="0" /> +<!-- generate ansi rather than k&r style function synopses --> +<xsl:param name="funcsynopsis.style" select="ansi" /> + </xsl:stylesheet> |