From: Peter Krempa Date: Thu, 29 Feb 2024 13:11:57 +0000 (+0100) Subject: docs: newapi: Avoid table where every row has an cell with 'colspan' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6f4485a4539be52e85adec65858ecf6e2e7fb46a;p=libvirt.git docs: newapi: Avoid table where every row has an cell with 'colspan' The HTML standard requires that a table column must include at least one row which defines it exclusively, thus having a table where all rows unite it via 'colspan' is illegal. Modify the enum value generator to always output the description field even when it's empty rather than uniting it, as in case when each value doesn't have a description the generated document would violate the standard. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina --- diff --git a/docs/newapi.xsl b/docs/newapi.xsl index 539e0a4175..36bb41c877 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -317,9 +317,9 @@ = + -
@@ -329,7 +329,7 @@ - +