From 9e272073e1c41acb3ba1e43b69c7a3f9c26089c2 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 20 Jul 2023 09:16:09 +0200 Subject: qapi: Reformat recent doc comments to conform to current conventions Since commit a937b6aa739 (qapi: Reformat doc comments to conform to current conventions), a number of comments not conforming to the current formatting conventions were added. No problem, just sweep the entire documentation once more. To check the generated documentation does not change, I compared the generated HTML before and after this commit with "wdiff -3". Finds no differences. Comparing with diff is not useful, as the reflown paragraphs are visible there. Signed-off-by: Markus Armbruster Message-ID: <20230720071610.1096458-7-armbru@redhat.com> --- qapi/block.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qapi/block.json') diff --git a/qapi/block.json b/qapi/block.json index 535892fddc..998008cfa8 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -534,8 +534,8 @@ # @boundaries-write: list of interval boundary values for write # latency histogram. # -# @boundaries-zap: list of interval boundary values for zone append write -# latency histogram. +# @boundaries-zap: list of interval boundary values for zone append +# write latency histogram. # # @boundaries-flush: list of interval boundary values for flush # latency histogram. -- cgit v1.2.3