iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 1 forks source link

Add function docstrings #17

Open iWas-Coder opened 10 months ago

iWas-Coder commented 10 months ago

Add docstring to each function declaration (.h) and definition (.c), adhering to a specific format. For the format, take a look at Doxygen, which lets you auto-generate documentation based on these docstrings. Also checkout alternatives.