From: Michael Smith Date: Thu, 21 Feb 2008 04:10:17 +0000 (+0000) Subject: Simplified and streamlined handling of output for ANSI-style X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d3e044776fe84b73417d17f761ef4fb4282456;p=docbook-dsssl 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. --- 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)* - -