Markus Armbruster <arm...@redhat.com> wrote: > Improve the comments to better describe what they test. > > Cover argument description starting on a new line indented. This > style isn't documented in docs/devel/qapi-code-gen.rst. qapi-gen.py > accepts it, but messes up indentation: it's stripped from the first > line, not subsequent ones. The next commit will fix this. > > Signed-off-by: Markus Armbruster <arm...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> > ## > # @Alternate: > # > -# @i: an integer > +# @i: description starts on the same line > +# remainder indented the same > # @b is undocumented > # > # Features: Just curious, what is trying to convey this @b is undocumented At the same indentation that the description of @i?