diff options
author | Andrea Bolognani <abologna@redhat.com> | 2022-04-20 17:34:06 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-04-21 10:22:22 +0200 |
commit | 659056b81ddb4fc81111e10d28d2dacd4dcdf315 (patch) | |
tree | 42abe5b519de137eb5e49733c66903afa7aa68c6 /docs/devel/qapi-code-gen.rst | |
parent | 79db994861daadeeb9e852fba3831e9f3d5554c8 (diff) | |
download | qemu-659056b81ddb4fc81111e10d28d2dacd4dcdf315.zip qemu-659056b81ddb4fc81111e10d28d2dacd4dcdf315.tar.gz qemu-659056b81ddb4fc81111e10d28d2dacd4dcdf315.tar.bz2 |
docs: qapi: Remove outdated reference to simple unions
Commit 4e99f4b12c0e dropped simple unions and updated most
documentation accordingly, but in one case we still claim that
there are "two flavors of unions".
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Message-Id: <20220420153408.243584-2-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs/devel/qapi-code-gen.rst')
-rw-r--r-- | docs/devel/qapi-code-gen.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/qapi-code-gen.rst b/docs/devel/qapi-code-gen.rst index 246709e..7b96843 100644 --- a/docs/devel/qapi-code-gen.rst +++ b/docs/devel/qapi-code-gen.rst @@ -41,8 +41,8 @@ used internally. There are several kinds of types: simple types (a number of built-in types, such as ``int`` and ``str``; as well as enumerations), arrays, -complex types (structs and two flavors of unions), and alternate types -(a choice between other types). +complex types (structs and unions), and alternate types (a choice +between other types). Schema syntax |