Re: [PATCH v2 1/3] qapi: improve specificity of type/member descriptions

2023-03-17 Thread Markus Armbruster
Daniel P. Berrangé writes: > When describing member types always include the context of the > containing type. Although this is often redundant, in some cases > it will help to reduce ambiguity. Unfortunately, it can also be confusing, as we shall see below. > Signed-off-by: Daniel P. Berrangé

[PATCH v2 1/3] qapi: improve specificity of type/member descriptions

2023-02-23 Thread Daniel P . Berrangé
When describing member types always include the context of the containing type. Although this is often redundant, in some cases it will help to reduce ambiguity. Signed-off-by: Daniel P. Berrangé --- scripts/qapi/schema.py | 5 ++--- tests/qapi-schema/alternate-any.