doc: Fix invalid [enum] uses

This commit is contained in:
Rémi Verschelde 2018-10-31 13:01:54 +01:00
parent 45154be35f
commit 22b7489ab1
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@
<argument index="0" name="edit_state" type="int" enum="PackedScene.GenEditState" default="0">
</argument>
<description>
Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers the [enum Node.NOTIFICATION_INSTANCED] notification on the root node.
Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers [Node]'s [code]NOTIFICATION_INSTANCED[/code] notification on the root node.
</description>
</method>
<method name="pack">