Re: [PATCH 05/14] qapi/doc.py: Assert no suffix given for enum members

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:17:53PM -0400, John Snow wrote: > We don't do anything with this argument. If something shows up here, > something wrong has happened. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH 05/14] qapi/doc.py: Assert no suffix given for enum members

2020-09-22 Thread John Snow
We don't do anything with this argument. If something shows up here, something wrong has happened. Signed-off-by: John Snow --- scripts/qapi/doc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py index 62b8f34707..9a02cf2f27 100644 --- a/scripts/qapi