diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-07-29 08:52:20 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-08-05 09:31:51 +0200 |
commit | 01bed0ff14bb94edc3be3c701e6d31679560d388 (patch) | |
tree | 2c9e94d9265805cff7c205ec92341845ba14b731 /qapi/crypto.json | |
parent | f9851d2ffef59b3a7f39513469263ab3b019480f (diff) |
qapi: Refill doc comments to conform to conventions
Sweep the entire documentation again. Last done in commit
209e64d9edf (qapi: Refill doc comments to conform to current
conventions).
To check the generated documentation does not change, I compared the
generated HTML before and after this commit with "wdiff -3". Finds no
differences. Comparing with diff is not useful, as the reflown
paragraphs are visible there.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240729065220.860163-1-armbru@redhat.com>
[Straightforward conflict with commit 442110bc6f3 resolved]
Diffstat (limited to 'qapi/crypto.json')
-rw-r--r-- | qapi/crypto.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qapi/crypto.json b/qapi/crypto.json index 39b191e8a2..97e02dbd59 100644 --- a/qapi/crypto.json +++ b/qapi/crypto.json @@ -44,13 +44,13 @@ # # The supported algorithms for computing content digests # -# @md5: MD5. Should not be used in any new code, legacy compat only +# @md5: MD5. Should not be used in any new code, legacy compat only # -# @sha1: SHA-1. Should not be used in any new code, legacy compat only +# @sha1: SHA-1. Should not be used in any new code, legacy compat only # # @sha224: SHA-224. (since 2.7) # -# @sha256: SHA-256. Current recommended strong hash. +# @sha256: SHA-256. Current recommended strong hash. # # @sha384: SHA-384. (since 2.7) # @@ -440,7 +440,7 @@ # # @iv: the random initialization vector used for encryption of this # particular secret. Should be a base64 encrypted string of the -# 16-byte IV. Mandatory if @keyid is given. Ignored if @keyid is +# 16-byte IV. Mandatory if @keyid is given. Ignored if @keyid is # absent. # # Features: |