Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-29 | qapi: Check feature documentation against the schema | Markus Armbruster | |
Commit f3ed93d545 "qapi: Allow documentation for features" neglected to check documentation against the schema. Fix that: check them the same way we check arguments. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191024110237.30963-20-armbru@redhat.com> | |||
2019-10-29 | tests/qapi-schema: Demonstrate feature and enum doc comment bugs | Markus Armbruster | |
Add negative tests doc-bad-enum-member and doc-bad-feature to cover documentation for nonexistent enum members and features, and test doc-undoc-feature to cover features lacking documentation. None of them works. To be fixed later in this series. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191024110237.30963-2-armbru@redhat.com> |