mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Don't generate empty doc sections and reduce code duplication
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="editable" type="bool" setter="set_editable" getter="is_editable" default="true">
|
||||
If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code.
|
||||
@@ -27,6 +25,4 @@
|
||||
If [code]true[/code], the slider will display ticks for minimum and maximum values.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user