From: Martijn van Beers Date: Tue, 14 May 2002 18:56:55 +0000 (+0000) Subject: rewrote funcprototype. It used to convert all its children to a single X-Git-Tag: release/1.79.1~6^2~5697 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7832de61ce223972dace538d9180d32866187ba;p=docbook-dsssl rewrote funcprototype. It used to convert all its children to a single string and the split it up again through recursion. Now has a nice foreach loop for the paramdefs, which seems much cleaner than throwing everything in a big string before processing it. --- diff --git a/contrib/xsl/db2man/synop.xsl b/contrib/xsl/db2man/synop.xsl index e657f8fdb..051226605 100644 --- a/contrib/xsl/db2man/synop.xsl +++ b/contrib/xsl/db2man/synop.xsl @@ -173,19 +173,6 @@ .fi - - - - - , - - - ( - - - - - (void @@ -194,30 +181,6 @@ (... - - - - - - - - - - - - , - - - - - - - - - - - @@ -230,25 +193,38 @@ .fi + + - - + + - - - .sp - - ( - - - - - ); + + ( + + + + + + + + , + + + ); .RE + + + + .RS + + + +