Files
qemu/scripts/qapi
John Snow 83deda8769 qapi/parser: fix comment parsing immediately following a doc block
If a comment immediately follows a doc block, the parser doesn't ignore
that token appropriately. Fix that.

e.g.

> ##
> # = Hello World!
> ##
>
> # I'm a comment!

will break the parser, because it does not properly ignore the comment
token if it immediately follows a doc block.

Fixes: 3d035cd2cc (qapi: Rewrite doc comment parser)
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240626222128.406106-7-jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2024-07-06 08:58:24 +02:00
..
2023-02-23 12:49:39 +01:00
2021-04-30 12:59:54 +02:00
2024-07-06 08:58:24 +02:00
2024-04-24 10:03:54 +02:00
2024-04-24 10:03:54 +02:00
2024-07-06 08:58:24 +02:00
2024-07-06 08:58:24 +02:00