projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b06fc
)
qapi: Belatedly update docs for commit 9c2f56e9f9d
author
Markus Armbruster
<armbru@redhat.com>
Tue, 18 Dec 2018 18:22:20 +0000
(19:22 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Thu, 24 Jan 2019 09:01:04 +0000
(10:01 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <
20181218182234
.28876-2-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
docs/devel/qapi-code-gen.txt
patch
|
blob
|
history
diff --git
a/docs/devel/qapi-code-gen.txt
b/docs/devel/qapi-code-gen.txt
index 43bd853e69050a678773dcab268f04c2e1f0f917..418a607842a947c45d7348c99832a54dbbb651e5 100644
(file)
--- a/
docs/devel/qapi-code-gen.txt
+++ b/
docs/devel/qapi-code-gen.txt
@@
-1369,8
+1369,8
@@
Example:
void qapi_event_send_my_event(void);
typedef enum example_QAPIEvent {
- EXAMPLE_QAPI_EVENT_MY_EVENT
= 0
,
- EXAMPLE_QAPI_EVENT__MAX
= 1
,
+ EXAMPLE_QAPI_EVENT_MY_EVENT,
+ EXAMPLE_QAPI_EVENT__MAX,
} example_QAPIEvent;
#define example_QAPIEvent_str(val) \