usb subsystem doc not pulling from header doxygen comments #5702
Labels
area: Documentation
area: USB
Universal Serial Bus
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
The usb subsystem documentation in
doc/subsystem/usb/usb.rst
has API information directly in the.rst
file instead of pulling from the doxygen comments (creating an opportunity for doc and header APIs getting out of sync). Doxygen comments need to include a group that can be pulled into the.rst
file as is done for Shell API functions indoc/subsystems/shell.rst
, for example.The text was updated successfully, but these errors were encountered: