Tweak unknown annotation GDScript error for @deprecated/@experimental/@tutorial
These annotations don't exist at a source level, so the error messages point to the documentation comment syntax.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# This annotation should be used within a documentation comment instead:
|
||||
# ## @deprecated: Reason here.
|
||||
|
||||
@deprecated
|
||||
var some_variable = "value"
|
||||
Reference in New Issue
Block a user