DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
746 stars 108 forks source link

docs: Move trunk public API docs to header files #564

Closed thekovic closed 5 months ago

thekovic commented 5 months ago

Moves all doxygen comments about public APIs from .c files to their respective header files for consistency and to aid users IDEs such as VSCode. The content of the comments was not modified apart from instances where a doxygen error was caused. Targetting trunk branch.