qapi/schema: Call QAPIDoc.connect_member() in just one place
commit645178c0697fb0a7805c090745de9925d935cd1b
authorMarkus Armbruster <armbru@redhat.com>
Tue, 17 Mar 2020 11:54:44 +0000 (17 12:54 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 17 Mar 2020 20:25:47 +0000 (17 21:25 +0100)
treebb2a9de279fb3a4e2b2d12c7c1686923104f8a5d
parent5858fd1a023f434f30136bdb2b617834561784bd
qapi/schema: Call QAPIDoc.connect_member() in just one place

The .connect_doc() of classes that have QAPISchemaMember connect them
to their documentation.  Change them to delegate the actual work to
new QAPISchemaMember.connect_doc().  Matches the .connect_doc() that
already exist.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20200317115459.31821-20-armbru@redhat.com>
scripts/qapi/schema.py