This website requires JavaScript.
Explore
Help
Sign In
dfaggioli
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b3cdff10e5e82ba7b99c59ab3089883f6bb85ed8
qemu
/
tests
/
qapi-schema
/
doc-bad-enum-member.err
2 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qapi: Fix enum doc comment checking Enumeration type documentation comments are not checked, as demonstrated by test doc-bad-enum-member. This is because we neglect to call self.doc.check() for enumeration types. Messed up in 816a57cd6e "qapi: Fix detection of bogus member documentation". Fix it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191024110237.30963-10-armbru@redhat.com>
2019-10-24 13:02:27 +02:00
doc-bad-enum-member.json:3: the following documented members are not in the declaration: a
Reference in New Issue
Copy Permalink