diff mbox

[2/3] qapi-schema: Introspection doc is in the wrong section, fix

Message ID 1503576178-23966-3-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster Aug. 24, 2017, 12:02 p.m. UTC
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>
---
 qapi/introspect.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Marc-André Lureau Aug. 24, 2017, 12:07 p.m. UTC | #1
On Thu, Aug 24, 2017 at 2:02 PM, Markus Armbruster <armbru@redhat.com> wrote:
> 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>


> ---
>  qapi/introspect.json | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/introspect.json b/qapi/introspect.json
> index cf77ff0..5b3e6e9 100644
> --- a/qapi/introspect.json
> +++ b/qapi/introspect.json
> @@ -1,7 +1,5 @@
>  # -*- Mode: Python -*-
>  #
> -# QAPI/QMP introspection
> -#
>  # Copyright (C) 2015 Red Hat, Inc.
>  #
>  # Authors:
> @@ -11,6 +9,10 @@
>  # See the COPYING file in the top-level directory.
>
>  ##
> +# = QMP introspection
> +##
> +
> +##
>  # @query-qmp-schema:
>  #
>  # Command query-qmp-schema exposes the QMP wire ABI as an array of
> --
> 2.7.5
>
>
diff mbox

Patch

diff --git a/qapi/introspect.json b/qapi/introspect.json
index cf77ff0..5b3e6e9 100644
--- a/qapi/introspect.json
+++ b/qapi/introspect.json
@@ -1,7 +1,5 @@ 
 # -*- Mode: Python -*-
 #
-# QAPI/QMP introspection
-#
 # Copyright (C) 2015 Red Hat, Inc.
 #
 # Authors:
@@ -11,6 +9,10 @@ 
 # See the COPYING file in the top-level directory.
 
 ##
+# = QMP introspection
+##
+
+##
 # @query-qmp-schema:
 #
 # Command query-qmp-schema exposes the QMP wire ABI as an array of