doc: Sync classref with current source
Fix wrong hyperlinks in Control and Tree.
This commit is contained in:
parent
6d298cf311
commit
1349e0e585
15 changed files with 231 additions and 24 deletions
41
doc/classes/HashingContext.xml
Normal file
41
doc/classes/HashingContext.xml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="HashingContext" inherits="Reference" category="Core" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="finish">
|
||||
<return type="PoolByteArray">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="start">
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<argument index="0" name="type" type="int" enum="HashingContext.HashType">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="update">
|
||||
<return type="int" enum="Error">
|
||||
</return>
|
||||
<argument index="0" name="chunk" type="PoolByteArray">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="HASH_MD5" value="0" enum="HashType">
|
||||
</constant>
|
||||
<constant name="HASH_SHA1" value="1" enum="HashType">
|
||||
</constant>
|
||||
<constant name="HASH_SHA256" value="2" enum="HashType">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
Loading…
Add table
Add a link
Reference in a new issue