[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 07/14] qapi: use one symbol per line
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v3 07/14] qapi: use one symbol per line |
Date: |
Mon, 07 Nov 2016 16:57:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Marc-André Lureau <address@hidden> writes:
> The documentation parser only handles a single symbol per line.
Suggest "The documentation parser we're going to add".
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
> qapi/block-core.json | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index c64a48c..e1cc94a 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -1712,9 +1712,13 @@
> #
> # Drivers that are supported in block device operations.
> #
> -# @host_device, @host_cdrom: Since 2.1
> +# @host_device: Since 2.1
> +# @host_cdrom: Since 2.1
> # @gluster: Since 2.7
> -# @nbd, @nfs, @replication, @ssh: Since 2.8
> +# @nbd: Since 2.8
> +# @nfs: Since 2.8
> +# @replication: Since 2.8
> +# @ssh: Since 2.8
> #
> # Since: 2.0
> ##
If we had more, I'd consider making the doc parser smarter, but it's not
worth the bother just for this one.
- Re: [Qemu-devel] [PATCH v3 02/14] qga/schema: fix double-return in doc, (continued)
- [Qemu-devel] [PATCH v3 03/14] qga/schema: improve guest-set-vcpus Returns: section, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 05/14] qapi: fix missing symbol @prefix, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 04/14] qapi: fix schema symbol sections, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 06/14] qapi: fix various symbols mismatch in documentation, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 07/14] qapi: use one symbol per line, Marc-André Lureau, 2016/11/07
- Re: [Qemu-devel] [PATCH v3 07/14] qapi: use one symbol per line,
Markus Armbruster <=
- [Qemu-devel] [PATCH v3 09/14] qapi: add some sections in docs, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 10/14] docs: add master qapi texi files, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 08/14] qapi: add missing colon-ending for section name, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 12/14] texi2pod: learn quotation, deftp and deftypefn, Marc-André Lureau, 2016/11/07
- [Qemu-devel] [PATCH v3 11/14] qapi: add qapi2texi script, Marc-André Lureau, 2016/11/07