Open DeflateAwning opened 5 months ago
Easy guide to follow:
https://github.com/satu0king/Github-Documentation-With-Doxygen
Note that the one change from that documentation you'll need to make is enabling the following variables in the Doxyfile, in order to generate docs for functions:
EXTRACT_ALL = YES EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES EXTRACT_LOCAL_METHODS = YES
Hi @DeflateAwning thanks for creating an issue.
Agree this would be good to do. Will be adding it to the list of TODO items related to documentation/website.
Easy guide to follow:
https://github.com/satu0king/Github-Documentation-With-Doxygen
Note that the one change from that documentation you'll need to make is enabling the following variables in the Doxyfile, in order to generate docs for functions: