From a197d1d5043c6de7073517463eb97ad224724712 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 16 Jun 2015 18:40:29 +0100 Subject: [PATCH] winsup/doc: Generate ANSI rather than K&R style function prototypes Since K&R style prototypes appear to be the default for HTML and FO, customize the stylesheets rendering of funcsynopsis elements to generate ANSI style prototypes instead. 2015-06-17 Jon Turney * fo.xsl: Render funcsynopsis elements as ANSI style function prototypes. * html.xsl: Ditto. Signed-off-by: Jon TURNEY --- winsup/doc/ChangeLog | 6 ++++++ winsup/doc/fo.xsl | 3 +++ winsup/doc/html.xsl | 3 +++ 3 files changed, 12 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 2d0c07bac..bde9d7217 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2015-06-17 Jon Turney + + * fo.xsl: Render funcsynopsis elements as ANSI style function + prototypes. + * html.xsl: Ditto. + 2015-06-17 Jon Turney * html.xsl: Renamed from cygwin.xsl. diff --git a/winsup/doc/fo.xsl b/winsup/doc/fo.xsl index ba8e19138..f3fee0b14 100644 --- a/winsup/doc/fo.xsl +++ b/winsup/doc/fo.xsl @@ -65,4 +65,7 @@ + + + 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 @@ + + +