You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Don't generate empty doc sections and reduce code duplication
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="base_type" type="StringName" setter="set_base_type" getter="get_base_type" default="&"Object"">
|
||||
The constant's parent class.
|
||||
@@ -22,6 +20,4 @@
|
||||
The constant to return. See the given class for its available constants.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user