]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/qapi-schema: Update introduction for example notation
authorMarkus Armbruster <armbru@redhat.com>
Fri, 4 Apr 2025 12:14:10 +0000 (14:14 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 8 Apr 2025 07:04:34 +0000 (09:04 +0200)
The introduction explains example notation.  The series merged in
merge commit e6485190f77e (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 <armbru@redhat.com>
Message-ID: <20250404121413.1743790-9-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qapi/qapi-schema.json

index c41c01eb2ab9864448cc6dc349ee2b72ef45b688..0d027d5017219c42141c05afa74ed53d5553d79a 100644 (file)
 #
 # Example:
 #
-# ::
+# .. qmp-example::
 #
-#   -> data issued by the Client
-#   <- Server data response
+#   -> ... text sent by client (commands) ...
+#   <- ... text sent by server (command responses and events) ...
 #
 # Please refer to the
 # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`