Skip to content

Add doc-aliases to functions that have their name changed from godot #232

@lilizoey

Description

@lilizoey

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

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions