doc: Sync classref with current source

[ci skip]
This commit is contained in:
Rémi Verschelde
2017-09-16 01:46:14 +02:00
parent a74cc22591
commit 62cb43bb8d
30 changed files with 501 additions and 24 deletions

View File

@ -183,5 +183,17 @@
</constant>
<constant name="CALL_MODE_BASIC_TYPE" value="3">
</constant>
<constant name="CALL_MODE_SINGLETON" value="4">
</constant>
<constant name="RPC_DISABLED" value="0">
</constant>
<constant name="RPC_RELIABLE" value="1">
</constant>
<constant name="RPC_UNRELIABLE" value="2">
</constant>
<constant name="RPC_RELIABLE_TO_ID" value="3">
</constant>
<constant name="RPC_UNRELIABLE_TO_ID" value="4">
</constant>
</constants>
</class>