summaryrefslogtreecommitdiffstats
path: root/qapi/introspect.json
diff options
context:
space:
mode:
authorMarc-André Lureau2017-01-13 15:41:21 +0100
committerMarkus Armbruster2017-01-16 09:15:25 +0100
commit5807ff88b1c97052a979050ff8f4246d7dfdc764 (patch)
tree302f41c730197f479a43f71ed5b2b5f82a17fa86 /qapi/introspect.json
parentqga/schema: improve guest-set-vcpus Returns: section (diff)
downloadqemu-5807ff88b1c97052a979050ff8f4246d7dfdc764.tar.gz
qemu-5807ff88b1c97052a979050ff8f4246d7dfdc764.tar.xz
qemu-5807ff88b1c97052a979050ff8f4246d7dfdc764.zip
qapi: Reorder doc comments for future doc generator
The doc generator we're going to add expects a fairly rigid doc comment structure. Reorder / rephrase some doc comments to please it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20170113144135.5150-8-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Commit message rewritten] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/introspect.json')
-rw-r--r--qapi/introspect.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/qapi/introspect.json b/qapi/introspect.json
index 464097a235..f6adc439bb 100644
--- a/qapi/introspect.json
+++ b/qapi/introspect.json
@@ -78,14 +78,13 @@
# @SchemaInfo:
#
# @name: the entity's name, inherited from @base.
+# The SchemaInfo is always referenced by this name.
# Commands and events have the name defined in the QAPI schema.
# Unlike command and event names, type names are not part of
# the wire ABI. Consequently, type names are meaningless
# strings here, although they are still guaranteed unique
# regardless of @meta-type.
#
-# All references to other SchemaInfo are by name.
-#
# @meta-type: the entity's meta type, inherited from @base.
#
# Additional members depend on the value of @meta-type.