-
-
Notifications
You must be signed in to change notification settings - Fork 251
Closed as not planned
Closed as not planned
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Several functions have had their function-names changed from godot's name, usually to better match idiomatic rust naming conventions. Such as renaming various get_x()
functions to just x()
. In addition, we sometimes remove functions in favor of other functions that have identical functionality.
To aid users with finding these functions they should have a #[doc(alias)]
referencing the original function name/the function that was removed in favor of it.
In addition we should update Contributing.md
to state this as well.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers