diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-09 22:55:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 22:55:26 +0200 |
commit | d11117d9d8ae32d6acc025a7495d4ae58b9c37b4 (patch) | |
tree | c6d7da0071c01679f56cae339ce142bb59833846 /doc/classes/X509Certificate.xml | |
parent | fd7f92d3bbe1fee7d79c305f7279d965bd25c4e3 (diff) | |
parent | 5361585832bbdd9f047f70ea9721a17eb721317f (diff) |
Merge pull request #64134 from asmaloney/doc-params
[doc] Use "param" instead of "code" to refer to parameters
Diffstat (limited to 'doc/classes/X509Certificate.xml')
-rw-r--r-- | doc/classes/X509Certificate.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml index 3082274123..d8f54d0ec5 100644 --- a/doc/classes/X509Certificate.xml +++ b/doc/classes/X509Certificate.xml @@ -14,14 +14,14 @@ <return type="int" enum="Error" /> <param index="0" name="path" type="String" /> <description> - Loads a certificate from [code]path[/code] ("*.crt" file). + Loads a certificate from [param path] ("*.crt" file). </description> </method> <method name="save"> <return type="int" enum="Error" /> <param index="0" name="path" type="String" /> <description> - Saves a certificate to the given [code]path[/code] (should be a "*.crt" file). + Saves a certificate to the given [param path] (should be a "*.crt" file). </description> </method> </methods> |