Backport [param] documentation tag to 3.x to make backporting class reference improvements more straightforward. #8754
Mickeon
started this conversation in
Engine Core
Replies: 1 comment 3 replies
-
I recall we dropped the idea of backporting godotengine/godot#64008 to 3.x because it'd break all existing class reference translations. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Contributing to the class reference.
I recently backported the way the Resource's class reference is written to to 3.x. I was lucky, because it wasn't too large. But, every use of the
[param]
tag needed to be carefully pruned from each method's description, and replace with a[code]
tag, which can be a quite tedious process.It would be a shame to end 3.x support without reliable documentation. So I'm wondering if there is interest in attempting to mitigate this process in some ways, this being one of them.
Beta Was this translation helpful? Give feedback.
All reactions