diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-01-20 10:53:26 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-01-26 07:04:53 +0100 |
commit | e6ab40fee0ef70ee3d159b1b23caf1a05630e97a (patch) | |
tree | fc08ff85fc5d4b70e6674fb36bcff015254e85ec /qapi/char.json | |
parent | ae7ccd50c37d1154acb0d1ed4b67388e3dd69061 (diff) |
qapi: Indent tagged doc comment sections properly
docs/devel/qapi-code-gen demands that the "second and subsequent lines
of sections other than "Example"/"Examples" should be indented".
Commit a937b6aa739 (qapi: Reformat doc comments to conform to current
conventions) missed a few instances, and a few more have crept in
since. Indent them.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-7-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi/char.json')
-rw-r--r-- | qapi/char.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/char.json b/qapi/char.json index c1bab7b855..6c6ad3b10c 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -391,8 +391,8 @@ # @rows: console height, in chars # # Note: the options are only effective when the VNC or SDL graphical -# display backend is active. They are ignored with the GTK, Spice, VNC -# and D-Bus display backends. +# display backend is active. They are ignored with the GTK, +# Spice, VNC and D-Bus display backends. # # Since: 1.5 ## |