doc: Fix enum tags thanks to 2bc6db6

This commit is contained in:
Rémi Verschelde 2017-11-24 23:16:30 +01:00
parent 2bc6db65c1
commit 7dfba3cda9
133 changed files with 2117 additions and 2060 deletions

View file

@ -29,11 +29,11 @@
</member>
</members>
<constants>
<constant name="CALL_MODE_SELF" value="0">
<constant name="CALL_MODE_SELF" value="0" enum="CallMode">
</constant>
<constant name="CALL_MODE_NODE_PATH" value="1">
<constant name="CALL_MODE_NODE_PATH" value="1" enum="CallMode">
</constant>
<constant name="CALL_MODE_INSTANCE" value="2">
<constant name="CALL_MODE_INSTANCE" value="2" enum="CallMode">
</constant>
</constants>
</class>