mirror of https://github.com/xemu-project/xemu.git
qapi: Fix missing headers in QMP Reference Manual
Audio stuff is under "Miscellanea", and authorization stuff is under "Input". Add suitable header doc comments to correct that. Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20201102081550.171061-3-armbru@redhat.com> Acked-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
92a3c6aac8
commit
a1d12a2148
|
@ -5,6 +5,10 @@
|
||||||
# This work is licensed under the terms of the GNU GPL, version 2 or later.
|
# This work is licensed under the terms of the GNU GPL, version 2 or later.
|
||||||
# See the COPYING file in the top-level directory.
|
# See the COPYING file in the top-level directory.
|
||||||
|
|
||||||
|
##
|
||||||
|
# = Audio
|
||||||
|
##
|
||||||
|
|
||||||
##
|
##
|
||||||
# @AudiodevPerDirectionOptions:
|
# @AudiodevPerDirectionOptions:
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# -*- Mode: Python -*-
|
# -*- Mode: Python -*-
|
||||||
# vim: filetype=python
|
# vim: filetype=python
|
||||||
#
|
|
||||||
# QAPI authz definitions
|
##
|
||||||
|
# = User authorization
|
||||||
|
##
|
||||||
|
|
||||||
##
|
##
|
||||||
# @QAuthZListPolicy:
|
# @QAuthZListPolicy:
|
||||||
|
|
Loading…
Reference in New Issue