[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag |
Date: |
Tue, 20 Feb 2024 15:17:34 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Fri, Feb 16, 2024 at 03:58:32PM +0100, Markus Armbruster wrote:
> 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>
> ---
> docs/sphinx/qapidoc.py | 6 +++---
> scripts/qapi/parser.py | 30 +++++++++++++++---------------
> tests/qapi-schema/test-qapi.py | 2 +-
> 3 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 05/16] qapi: Improve error position for bogus argument descriptions, (continued)
- [PATCH 13/16] qapi: Merge adjacent untagged sections, Markus Armbruster, 2024/02/16
- [PATCH 16/16] qapi: Divorce QAPIDoc from QAPIParseError, Markus Armbruster, 2024/02/16
- [PATCH 03/16] tests/qapi-schema: Cover 'Features:' not followed by descriptions, Markus Armbruster, 2024/02/16
- [PATCH 15/16] qapi: Reject multiple and empty feature descriptions, Markus Armbruster, 2024/02/16
- [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag, Markus Armbruster, 2024/02/16
- Re: [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag,
Daniel P . Berrangé <=
- [PATCH 02/16] tests/qapi-schema: Cover duplicate 'Features:' line, Markus Armbruster, 2024/02/16
- [PATCH 12/16] qapi: Call QAPIDoc.check() always, Markus Armbruster, 2024/02/16
- [PATCH 14/16] qapi: Rewrite doc comment parser, Markus Armbruster, 2024/02/16
- [PATCH 10/16] qapi: Require descriptions and tagged sections to be indented, Markus Armbruster, 2024/02/16