dogo / oslib

OldSchool Library (OSLib), a 2D graphics library for the PSP.
http://dogo.github.io/oslib/
GNU General Public License v2.0
45 stars 11 forks source link

Document usb #41

Closed dogo closed 2 months ago

dogo commented 2 months ago

This PR enhances the documentation for the usb.h file using Doxygen, ensuring comprehensive coverage of all elements, including functions, macros, and enums. The documentation now provides clear descriptions of the purpose, usage, and return values for each function, as well as detailed information on the USB state enum and the oslGetUsbState macro.

Key Updates:

This update improves code readability and helps future developers understand the USB module's functions and usage more effectively.