mirror of
https://github.com/qemu/qemu.git
synced 2025-01-09 23:23:40 +08:00
f035b47e3f
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>
11 lines
196 B
JSON
11 lines
196 B
JSON
# Doc comment must cover all features
|
|
# BUG: missing documentation for @undoc not caught
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
# @doc: documented feature
|
|
##
|
|
{ 'command': 'foo', 'features': ['undoc', 'doc'] }
|