qapi: Rename QAPIDoc.Section.name to .tag
commit31c54b92ad0816ab1c4eddaf4b60c0b17a75dfc9
authorMarkus Armbruster <armbru@redhat.com>
Fri, 16 Feb 2024 14:58:32 +0000 (16 15:58 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 26 Feb 2024 09:43:56 +0000 (26 10:43 +0100)
tree2fabfd671610166425b115d94317c99617854e6c
parent573e2223f91a1662dad3c4ab5f6724bbe2633eff
qapi: Rename QAPIDoc.Section.name to .tag

Since the previous commit, QAPIDoc.Section.name is either
None (untagged section) or the section's tag string ('Returns',
'@name', ...).  Rename it to .tag.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240216145841.2099240-9-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/sphinx/qapidoc.py
scripts/qapi/parser.py
tests/qapi-schema/test-qapi.py