doc: Fix invalid [enum] uses
This commit is contained in:
parent
45154be35f
commit
22b7489ab1
4 changed files with 4 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue