mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Conversion of docs/devel/qapi-code-gen.txt to ReST left several
dangling references behind. Fix them to point to
docs/devel/qapi-code-gen.rst.
Fixes: f7aa076dbd
(docs: convert qapi-code-gen.txt to ReST)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-4-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
3bc8dc8aa8
commit
b0b1313eb2
7 changed files with 8 additions and 8 deletions
|
@ -71,7 +71,7 @@ class QAPISchemaParser:
|
|||
Parse QAPI schema source.
|
||||
|
||||
Parse a JSON-esque schema file and process directives. See
|
||||
qapi-code-gen.txt section "Schema Syntax" for the exact syntax.
|
||||
qapi-code-gen.rst section "Schema Syntax" for the exact syntax.
|
||||
Grammatical validation is handled later by `expr.check_exprs()`.
|
||||
|
||||
:param fname: Source file name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue