qapi-schema: Introspection doc is in the wrong section, fix
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Aug 2017 19:13:54 +0000 (21:13 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 4 Sep 2017 11:09:12 +0000 (13:09 +0200)
Bug: introspection documentation is in section "Tracing commands".

Cause: sub-schema qapi/introspect.json lacks a section header, and
therefore goes into whatever section precedes its include.

Fix: add a section header.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <1503602048-12268-3-git-send-email-armbru@redhat.com>

qapi/introspect.json

index cf77ff066929b48538cc535ea9730ba2e7b130d5..5b3e6e9d78b5aacdc336035b3ca0cb06a207fe05 100644 (file)
@@ -1,7 +1,5 @@
 # -*- Mode: Python -*-
 #
-# QAPI/QMP introspection
-#
 # Copyright (C) 2015 Red Hat, Inc.
 #
 # Authors:
@@ -10,6 +8,10 @@
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
 
+##
+# = QMP introspection
+##
+
 ##
 # @query-qmp-schema:
 #