Closed phillipjohnston closed 6 years ago
include/memory.h needs Doxygen documentation added for each of the functions.
Please see embeddedartistry/libmemory or include/ctype.h as a reference for Doxygen function comments.
cppreference.com is a great resource to use for the functional descriptions.
To build the documentation, run make doc in the repository root. Documentation output is found at buildresults/doc/html/index.html.
make doc
@phillipjohnston the header file is empty. Do we need to reference the various function or any tipps on this.
I'll take care of this one quickly
Great
include/memory.h needs Doxygen documentation added for each of the functions.
Please see embeddedartistry/libmemory or include/ctype.h as a reference for Doxygen function comments.
cppreference.com is a great resource to use for the functional descriptions.
To build the documentation, run
make doc
in the repository root. Documentation output is found at buildresults/doc/html/index.html.