diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-11-17 19:54:55 +0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-12-05 17:41:38 +0100 |
commit | 5072f7b38b1b9b26b8fbe1a89086386a420aded8 (patch) | |
tree | 8d7ca1dbacd7a8a5603e28307b6f9694de0074d3 /qapi/common.json | |
parent | 9f2a70e465453193c756abc2a8f38e10a9774b3c (diff) |
qapi: add missing colon-ending for section name
The documentation parser we are going to add expects a section name to
end with ':', otherwise the comment is treated as free-form text body.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161117155504.21843-9-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/common.json')
-rw-r--r-- | qapi/common.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qapi/common.json b/qapi/common.json index 6987100343..624a8619c8 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -3,7 +3,7 @@ # QAPI common definitions ## -# @QapiErrorClass +# @QapiErrorClass: # # QEMU error classes # @@ -30,7 +30,7 @@ 'DeviceNotActive', 'DeviceNotFound', 'KVMMissingCap' ] } ## -# @VersionTriple +# @VersionTriple: # # A three-part version number. # @@ -101,7 +101,7 @@ { 'command': 'query-commands', 'returns': ['CommandInfo'] } ## -# @OnOffAuto +# @OnOffAuto: # # An enumeration of three options: on, off, and auto # @@ -117,7 +117,7 @@ 'data': [ 'auto', 'on', 'off' ] } ## -# @OnOffSplit +# @OnOffSplit: # # An enumeration of three values: on, off, and split # |