From 91d3e044776fe84b73417d17f761ef4fb4282456 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 21 Feb 2008 04:10:17 +0000 Subject: [PATCH] Simplified and streamlined handling of output for ANSI-style funcprototype output, to correct a problem that was causing type data to be lost in the output parameter definitions. For example, for an instance like this: void *dataptr[] ... the brackets (indicating an array type) were being dropped. --- xsl/html/synop.xsl | 63 +++++----------------------------------------- 1 file changed, 6 insertions(+), 57 deletions(-) diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index 62e132ba6..caa3129bb 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -369,7 +369,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* -
 
+
 
@@ -606,10 +606,9 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - - - padding-bottom: 1em - +
@@ -623,6 +622,7 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)*
+
 
@@ -662,57 +662,8 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - - - - - - - - - - - - - - - -   - - - - - - - - - - - - , - - - ) - ; - - - - - - - -   - - - - + , @@ -723,8 +674,6 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - - -- 2.40.0