Re: [PULL v2 12/17] qapi: Rewrite parsing of doc comment section symbols and tags

2023-05-16 Thread Markus Armbruster
Igor Mammedov writes: > On Wed, 10 May 2023 10:12:22 +0200 > Markus Armbruster wrote: > >> To recognize a line starting with a section symbol and or tag, we >> first split it at the first space, then examine the part left of the >> space. We can just as well examine the unsplit line, so do

Re: [PULL v2 12/17] qapi: Rewrite parsing of doc comment section symbols and tags

2023-05-16 Thread Igor Mammedov
On Wed, 10 May 2023 10:12:22 +0200 Markus Armbruster wrote: > To recognize a line starting with a section symbol and or tag, we > first split it at the first space, then examine the part left of the > space. We can just as well examine the unsplit line, so do that. this makes build fail on

[PULL v2 12/17] qapi: Rewrite parsing of doc comment section symbols and tags

2023-05-10 Thread Markus Armbruster
To recognize a line starting with a section symbol and or tag, we first split it at the first space, then examine the part left of the space. We can just as well examine the unsplit line, so do that. Signed-off-by: Markus Armbruster Message-Id: <20230428105429.1687850-13-arm...@redhat.com>