Re: [Qemu-devel] [PATCH v2 4/6] qapi: Disentangle QAPIDoc code

2019-06-03 Thread Markus Armbruster
Cc: Eric for English language advice. Kevin Wolf writes: > Am 24.05.2019 um 18:11 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Documentation comment follow a certain structure: First, we have a text >> > with a general description (called QAPIDoc.body). After this, >> > des

Re: [Qemu-devel] [PATCH v2 4/6] qapi: Disentangle QAPIDoc code

2019-05-29 Thread Kevin Wolf
Am 24.05.2019 um 18:11 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Documentation comment follow a certain structure: First, we have a text > > with a general description (called QAPIDoc.body). After this, > > descriptions of the arguments follow. Finally, we have part that > > c

Re: [Qemu-devel] [PATCH v2 4/6] qapi: Disentangle QAPIDoc code

2019-05-24 Thread Markus Armbruster
Kevin Wolf writes: > Documentation comment follow a certain structure: First, we have a text > with a general description (called QAPIDoc.body). After this, > descriptions of the arguments follow. Finally, we have part that > contains various named sections. > > The code doesn't show this structu

[Qemu-devel] [PATCH v2 4/6] qapi: Disentangle QAPIDoc code

2019-05-17 Thread Kevin Wolf
Documentation comment follow a certain structure: First, we have a text with a general description (called QAPIDoc.body). After this, descriptions of the arguments follow. Finally, we have part that contains various named sections. The code doesn't show this structure but just checks the right sid