You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could have a tool similar to Godot's doctool, that gives a table with the docs progress and missing docstrings.
We can add methods on Element and GDScriptClass to report that information easily. Then, a new module should take care of reading and logging that information.
The text was updated successfully, but these errors were encountered:
We could have a tool similar to Godot's doctool, that gives a table with the docs progress and missing docstrings.
We can add methods on
Element
andGDScriptClass
to report that information easily. Then, a new module should take care of reading and logging that information.The text was updated successfully, but these errors were encountered: