Closed phillipjohnston closed 6 years ago
include/strings.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
Resolved by #30
include/strings.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.