embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
520 stars 67 forks source link

Doxygen Documentation: strings.h #28

Closed phillipjohnston closed 6 years ago

phillipjohnston commented 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.

phillipjohnston commented 6 years ago

Resolved by #30