doc: Sync classref with current source

Fix wrong hyperlinks in Control and Tree.
This commit is contained in:
Rémi Verschelde
2019-08-22 14:49:30 +02:00
parent 6d298cf311
commit 1349e0e585
15 changed files with 231 additions and 24 deletions

29
doc/classes/CryptoKey.xml Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CryptoKey" inherits="Resource" category="Core" version="3.2">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="load">
<return type="int" enum="Error">
</return>
<argument index="0" name="path" type="String">
</argument>
<description>
</description>
</method>
<method name="save">
<return type="int" enum="Error">
</return>
<argument index="0" name="path" type="String">
</argument>
<description>
</description>
</method>
</methods>
<constants>
</constants>
</class>