[docs] fix links in class docs

This commit is contained in:
Kelly Thomas
2018-05-17 00:15:30 +08:00
parent 760ec584df
commit c6ed46891d
9 changed files with 14 additions and 14 deletions

View File

@@ -112,7 +112,7 @@
<argument index="1" name="no_inheritance" type="bool" default="false">
</argument>
<description>
Returns an array with all the signals of 'class' or its ancestry if 'no_inheritance' is false. Every element of the array is a [Dictionary] as described in [class_get_signal].
Returns an array with all the signals of 'class' or its ancestry if 'no_inheritance' is false. Every element of the array is a [Dictionary] as described in [method class_get_signal].
</description>
</method>
<method name="class_has_integer_constant" qualifiers="const">