Re: [Qemu-devel] [PATCH v3 08/14] qapi: add missing colon-ending for section name

2016-11-07 Thread Markus Armbruster
Marc-André Lureau writes: > The documentation parser expects a section name to end with ':', Suggest "The documentation parser we're going to add". > otherwise the comment is treated as free-form text body. > > Signed-off-by: Marc-André Lureau > --- > qapi-schema.json | 300 > +++

[Qemu-devel] [PATCH v3 08/14] qapi: add missing colon-ending for section name

2016-11-06 Thread Marc-André Lureau
The documentation parser expects a section name to end with ':', otherwise the comment is treated as free-form text body. Signed-off-by: Marc-André Lureau --- qapi-schema.json | 300 +-- qapi/block-core.json | 196 --