mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Don't generate empty doc sections and reduce code duplication
This commit is contained in:
parent
2d1699ef82
commit
d54f2ad7ca
647 changed files with 76 additions and 2011 deletions
|
@ -14,8 +14,6 @@
|
|||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="type" type="int" setter="set_var_type" getter="get_var_type" enum="Variant.Type" default="0">
|
||||
The local variable's type.
|
||||
|
@ -24,6 +22,4 @@
|
|||
The local variable's name.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue