summaryrefslogtreecommitdiff
path: root/doc/classes/X509Certificate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/X509Certificate.xml')
-rw-r--r--doc/classes/X509Certificate.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml
index 581aba05e4..d8f54d0ec5 100644
--- a/doc/classes/X509Certificate.xml
+++ b/doc/classes/X509Certificate.xml
@@ -12,16 +12,16 @@
<methods>
<method name="load">
<return type="int" enum="Error" />
- <argument index="0" name="path" type="String" />
+ <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" />
- <argument index="0" name="path" type="String" />
+ <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>