[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/12] qapi: Fairly trivial documentation work
From: |
Markus Armbruster |
Subject: |
[PATCH 00/12] qapi: Fairly trivial documentation work |
Date: |
Fri, 22 Mar 2024 15:08:58 +0100 |
Markus Armbruster (12):
qapi: Drop stray Arguments: line from qmp_capabilities docs
qapi: Expand a few awkward abbreviations in documentation
qapi: Tidy up block-latency-histogram-set documentation some more
qapi: Tidy up indentation of add_client's example
qapi: Fix argument markup in drive-mirror documentation
qapi: Fix typo in request-ebpf documentation
qapi: Fix abbreviation punctuation in doc comments
qapi: Start sentences with a capital letter, end them with a period
qapi: Don't repeat member type in its documentation text
qapi: Refill doc comments to conform to current conventions
qapi: Correct documentation indentation and whitespace
qga/qapi-schema: Refill doc comments to conform to current conventions
qapi/block-core.json | 46 +++++------
qapi/block.json | 14 ++--
qapi/control.json | 2 -
qapi/crypto.json | 12 +--
qapi/cxl.json | 4 +-
qapi/dump.json | 18 ++---
qapi/ebpf.json | 14 ++--
qapi/machine-target.json | 22 +++---
qapi/machine.json | 18 ++---
qapi/migration.json | 162 +++++++++++++++++++--------------------
qapi/misc.json | 8 +-
qapi/net.json | 27 ++++---
qapi/qom.json | 38 ++++-----
qapi/replay.json | 4 +-
qapi/run-state.json | 19 ++---
qapi/sockets.json | 3 +-
qapi/ui.json | 16 ++--
qapi/virtio.json | 20 +++--
qga/qapi-schema.json | 29 ++++---
19 files changed, 240 insertions(+), 236 deletions(-)
--
2.44.0
- [PATCH 00/12] qapi: Fairly trivial documentation work,
Markus Armbruster <=
- [PATCH 03/12] qapi: Tidy up block-latency-histogram-set documentation some more, Markus Armbruster, 2024/03/22
- [PATCH 04/12] qapi: Tidy up indentation of add_client's example, Markus Armbruster, 2024/03/22
- [PATCH 02/12] qapi: Expand a few awkward abbreviations in documentation, Markus Armbruster, 2024/03/22
- [PATCH 01/12] qapi: Drop stray Arguments: line from qmp_capabilities docs, Markus Armbruster, 2024/03/22
- [PATCH 08/12] qapi: Start sentences with a capital letter, end them with a period, Markus Armbruster, 2024/03/22
- [PATCH 05/12] qapi: Fix argument markup in drive-mirror documentation, Markus Armbruster, 2024/03/22
- [PATCH 07/12] qapi: Fix abbreviation punctuation in doc comments, Markus Armbruster, 2024/03/22
- [PATCH 09/12] qapi: Don't repeat member type in its documentation text, Markus Armbruster, 2024/03/22