Open iWas-Coder opened 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.
.h
.c
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.