From: Peter Krempa Date: Thu, 29 Feb 2024 12:50:09 +0000 (+0100) Subject: docs: newapi: Fix generation of type definition tables X-Git-Tag: v10.2.0-rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c472736062425a3ab06a46541508563511e89616;p=thirdparty%2Flibvirt.git docs: newapi: Fix generation of type definition tables Ensure that all rows have 3 columns and avoid generation of emtpy elements which would be turned by the XML formatter into non-pair td/tr tags which don't work properly with HTML5 parsers. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 51f159a2f8..aff4cf0d4e 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -384,7 +384,7 @@ - union { + union { @@ -397,31 +397,35 @@ - - - + + +
+ +
-
- - } - - + + + + } + -
- - - -
+ +
+ + + +
+
+ -
- +
@@ -433,15 +437,16 @@ - - + +
- -
+
+ +