[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/5] qapi: Drop redundant documentation of conditional
From: |
Markus Armbruster |
Subject: |
[PULL 2/5] qapi: Drop redundant documentation of conditional |
Date: |
Sat, 3 Feb 2024 09:34:12 +0100 |
Documentation generated for dump-skeys contains
This command is only supported on s390 architecture.
and
If
~~
"TARGET_S390X"
The former became redundant in commit 901a34a400a (qapi: add 'If:'
section to generated documentation) added the latter. Drop the
former.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240129115008.674248-3-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
qapi/misc-target.json | 2 --
1 file changed, 2 deletions(-)
diff --git a/qapi/misc-target.json b/qapi/misc-target.json
index 9195e7d26b..03e83c053f 100644
--- a/qapi/misc-target.json
+++ b/qapi/misc-target.json
@@ -237,8 +237,6 @@
#
# @filename: the path to the file to dump to
#
-# This command is only supported on s390 architecture.
-#
# Since: 2.5
#
# Example:
--
2.43.0
- [PULL 0/5] QAPI patches patches for 2024-02-03, Markus Armbruster, 2024/02/03
- [PULL 3/5] qapi: Elide "Potential additional modes" from generated docs, Markus Armbruster, 2024/02/03
- [PULL 4/5] qga: Move type description right after type name, Markus Armbruster, 2024/02/03
- [PULL 1/5] qapi: Drop redundant documentation of inherited members, Markus Armbruster, 2024/02/03
- [PULL 2/5] qapi: Drop redundant documentation of conditional,
Markus Armbruster <=
- [PULL 5/5] qga/qapi-schema: Move command description right after command name, Markus Armbruster, 2024/02/03
- Re: [PULL 0/5] QAPI patches patches for 2024-02-03, Peter Maydell, 2024/02/03