diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 12:07:53 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 12:07:53 -0400 |
commit | ea2192b99ea0a56559687a3e1b1a9d9f32518132 (patch) | |
tree | e8593415d7d5e13111f0c72432ec556784999943 /doc/classes/HashingContext.xml | |
parent | 22bb15cde52b2b0623907c889be2c71227d0258e (diff) |
[doc] Use "param" instead of "code" to refer to parameters (6)
Diffstat (limited to 'doc/classes/HashingContext.xml')
-rw-r--r-- | doc/classes/HashingContext.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/HashingContext.xml b/doc/classes/HashingContext.xml index ea973043db..6e3092e618 100644 --- a/doc/classes/HashingContext.xml +++ b/doc/classes/HashingContext.xml @@ -71,14 +71,14 @@ <return type="int" enum="Error" /> <param index="0" name="type" type="int" enum="HashingContext.HashType" /> <description> - Starts a new hash computation of the given [code]type[/code] (e.g. [constant HASH_SHA256] to start computation of a SHA-256). + Starts a new hash computation of the given [param type] (e.g. [constant HASH_SHA256] to start computation of a SHA-256). </description> </method> <method name="update"> <return type="int" enum="Error" /> <param index="0" name="chunk" type="PackedByteArray" /> <description> - Updates the computation with the given [code]chunk[/code] of data. + Updates the computation with the given [param chunk] of data. </description> </method> </methods> |