qapi: @foo should be used to reference, not ``foo``
commitf1a787b5f4b60524580ed9d1527568590d73789b
authorMarkus Armbruster <armbru@redhat.com>
Tue, 25 Apr 2023 06:42:13 +0000 (25 08:42 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 28 Apr 2023 09:48:34 +0000 (28 11:48 +0200)
tree1fc43237c13bd9b9b6f91ad2b6356ab513d4557d
parent9a5af2f9dc8f231f6ca20f61b95970380f1024e2
qapi: @foo should be used to reference, not ``foo``

Documentation suggests @foo is merely shorthand for ``foo``.  It's
not, it carries additional meaning: it's a reference to a QAPI schema
name.

Reword the documentation to spell that out.

Fix up the few ``foo`` that should be @foo.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230425064223.820979-7-armbru@redhat.com>
docs/devel/qapi-code-gen.rst
docs/interop/firmware.json
qapi/qom.json
qapi/ui.json