Re: [PATCH v6 01/21] qapi: Fix doc comment indentation again

2020-09-28 Thread Markus Armbruster
Peter Maydell writes: > In commit 26ec4e53f2 and similar commits we fixed the indentation > for doc comments in our qapi json files to follow a new stricter > standard for indentation, which permits only: > @arg: description line 1 > description line 2 > > or: > @arg: > line

[PATCH v6 01/21] qapi: Fix doc comment indentation again

2020-09-25 Thread Peter Maydell
In commit 26ec4e53f2 and similar commits we fixed the indentation for doc comments in our qapi json files to follow a new stricter standard for indentation, which permits only: @arg: description line 1 description line 2 or: @arg: line 1 line 2 but because the script upd