From 2cfc81013ca44362ce0631c22cd6ee387213b9fd Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 12 May 2012 23:36:14 +0000 Subject: [PATCH] Make funprototype layout table compatible with html5. --- xsl/html/synop.xsl | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index bb78badc2..c92e9c750 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -360,9 +360,13 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - +
+ + Function synopsis + + + cellspacing: 0; cellpadding: 0; +
@@ -620,9 +624,15 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + + Function synopsis + + + cellspacing: 0; cellpadding: 0; +
-- 2.40.0