Godot C++ Source Doc #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a developer I want to be able to view the classes of Godot's c++ source as additional toggable source in the web docs, so that I am able to quickly check the classes when I'm working on the sourve
This requires to scan all files of Godot's repository and extract the classes and their members.
It probably would be nice to link them with the public classes used in the engine