mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="UNDERLINE_MODE_ALWAYS" value="0">
|
||||
<constant name="UNDERLINE_MODE_ALWAYS" value="0" enum="UnderlineMode">
|
||||
The LinkButton will always show an underline at the bottom of its text
|
||||
</constant>
|
||||
<constant name="UNDERLINE_MODE_ON_HOVER" value="1">
|
||||
<constant name="UNDERLINE_MODE_ON_HOVER" value="1" enum="UnderlineMode">
|
||||
The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
|
||||
</constant>
|
||||
<constant name="UNDERLINE_MODE_NEVER" value="2">
|
||||
<constant name="UNDERLINE_MODE_NEVER" value="2" enum="UnderlineMode">
|
||||
The LinkButton will never show an underline at the bottom of its text.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user