mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
6 lines
146 B
GDScript3
6 lines
146 B
GDScript3
|
|
# This annotation should be used within a documentation comment instead:
|
|||
|
|
# ## @deprecated: Reason here.
|
|||
|
|
|
|||
|
|
@deprecated
|
|||
|
|
var some_variable = "value"
|