Re: [PATCH 3/4] qapi: remove trivial "Returns:" sections

2025-03-27 Thread Markus Armbruster
John Snow writes: > On Tue, Mar 25, 2025 at 5:42 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > The new qapidoc transmogrifier can generate "Returns" statements with >> > type information just fine, so we can remove it from the source where it >> > doesn't add anything particularly

Re: [PATCH 3/4] qapi: remove trivial "Returns:" sections

2025-03-26 Thread John Snow
On Tue, Mar 25, 2025 at 5:42 AM Markus Armbruster wrote: > John Snow writes: > > > The new qapidoc transmogrifier can generate "Returns" statements with > > type information just fine, so we can remove it from the source where it > > doesn't add anything particularly novel or helpful and just re

Re: [PATCH 3/4] qapi: remove trivial "Returns:" sections

2025-03-25 Thread Markus Armbruster
John Snow writes: > The new qapidoc transmogrifier can generate "Returns" statements with > type information just fine, so we can remove it from the source where it > doesn't add anything particularly novel or helpful and just repeats the > type info. > > This patch does not touch Returns: lines