iWas-Coder/wge

Add function docstrings

Opened this issue · 0 comments

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.