John Snow <jsnow@redhat.com> writes:
> This patch changes the qapidoc transmogrifier to generate Return value
> documentation for any command that has a return value but hasn't
> explicitly documented that return value.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
A number of commands lack return value documentation before the patch.
These are:
QGA: guest-network-get-route
QMP: x-debug-query-block-graph, query-tpm, query-dirty-rate,
query-vcpu-dirty-limit, query-vm-generation-id,
query-memory-size-summary, query-memory-devices,
query-acpi-ospm-status, query-stats-schemas, query-stats-schemas
This patch fixes that. However, in my testing, it adds the missing
"Return:" doc *twice* for x-debug-query-block-graph and
query-dirty-rate.
Guess who forgot a "break" statement?
--js