summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2017-01-22 15:54:07 +0100
committerMarkus Armbruster <armbru@redhat.com>2017-01-27 08:23:06 +0100
commit5d0c7f4f9e2d1fed53fcb2733aede71c9dcaf871 (patch)
treec91f59e75e6162713089e6e3819c2aa5a8fa7a03 /qapi-schema.json
parente8518c92b0b143cfeb4251d3185f262c2d2b6ee9 (diff)
downloadqemu-5d0c7f4f9e2d1fed53fcb2733aede71c9dcaf871.tar.gz
qapi: Remove unwanted commas after #optional keyword
We don't want that commas to be part of the generated documentation, so remove them. Signed-off-by: Stefan Weil <sw@weilnetz.de> Message-Id: <20170122145407.27476-1-sw@weilnetz.de> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index ac55f4a41b..82fabc6e24 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1506,7 +1506,7 @@
#
# The network connection information for server
#
-# @auth: #optional, authentication method
+# @auth: #optional authentication method
#
# Since: 2.1
##
@@ -1694,7 +1694,7 @@
#
# Information about a SPICE server
#
-# @auth: #optional, authentication method
+# @auth: #optional authentication method
#
# Since: 2.1
##