Skip to content

Commit d0ae5a3

Browse files
author
Markus Armbruster
committed
qapi/qapi-schema: Update introduction for example notation
The introduction explains example notation. The series merged in merge commit e648519 (in 9.1) improved how they look in generated docs, but neglected to update the introduction accordingly. Do that now. Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> Reviewed-by: Eric Blake <[email protected]>
1 parent 6d7b3ef commit d0ae5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qapi/qapi-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
#
2727
# Example:
2828
#
29-
# ::
29+
# .. qmp-example::
3030
#
31-
# -> data issued by the Client
32-
# <- Server data response
31+
# -> ... text sent by client (commands) ...
32+
# <- ... text sent by server (command responses and events) ...
3333
#
3434
# Please refer to the
3535
# :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`

0 commit comments

Comments
 (0)