Cleanup: Anim, add documentation to Binding::name_without_prefix()

Just some extra documentation that this is also known as the "display name".

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2024-06-28 16:51:19 +02:00
parent df0ca5382c
commit dc2fa02f00

View File

@@ -472,7 +472,7 @@ class Binding : public ::ActionBinding {
std::string name_prefix_for_idtype() const;
/**
* Return the name without the prefix.
* Return the name without the prefix, also known as the "display name".
*
* \see name_prefix_for_idtype
*/