projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1110fbc
)
docs/devel/qapi-code-gen: Fix missing ':' in tagged section docs
author
Markus Armbruster
<armbru@redhat.com>
Sat, 20 Jan 2024 09:53:21 +0000
(10:53 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Fri, 26 Jan 2024 06:04:53 +0000
(07:04 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <
20240120095327
.666239-2-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
docs/devel/qapi-code-gen.rst
patch
|
blob
|
history
diff --git
a/docs/devel/qapi-code-gen.rst
b/docs/devel/qapi-code-gen.rst
index 0c6f4201bc0adc0fdc7bc8aaa43b1723853f3a34..76be722f4c2e948f3494ffa1d35ec99f45d91d4c 100644
(file)
--- a/
docs/devel/qapi-code-gen.rst
+++ b/
docs/devel/qapi-code-gen.rst
@@
-989,8
+989,8
@@
this::
# @feature: Description text
A tagged section starts with one of the following words:
-"Note:"/"Notes:", "Since:", "Example
"/"Examples", "Returns:", "TODO:".
-The section ends with the start of a new section.
+"Note:"/"Notes:", "Since:", "Example
:"/"Examples:", "Returns:",
+
"TODO:".
The section ends with the start of a new section.
The second and subsequent lines of sections other than
"Example"/"Examples" should be indented like this::