From ac7eae886695b2dd123cc2f569d82c8626dff0ae Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Sat, 9 Jul 2016 00:17:59 +0200 Subject: Adjust documentation to fit doxygen Signed-off-by: Amir Hammad --- src/usbh_driver_hid_mouse.c | 3 ++- src/usbh_driver_hub.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usbh_driver_hid_mouse.c b/src/usbh_driver_hid_mouse.c index 5265329..62ba481 100644 --- a/src/usbh_driver_hid_mouse.c +++ b/src/usbh_driver_hid_mouse.c @@ -232,8 +232,9 @@ static void read_mouse_in(void *drvdata) } /** - * @param time_curr_us - monotically rising time (@see usbh_poll()) + * @param time_curr_us - monotically rising time * unit is microseconds + * @see usbh_poll() */ static void poll(void *drvdata, uint32_t time_curr_us) { diff --git a/src/usbh_driver_hub.c b/src/usbh_driver_hub.c index 7bd58cc..9f061b5 100644 --- a/src/usbh_driver_hub.c +++ b/src/usbh_driver_hub.c @@ -764,8 +764,9 @@ static void read_ep1(void *drvdata) } /** - * @param time_curr_us - monotically rising time (@see usbh_poll()) + * @param time_curr_us - monotically rising time * unit is microseconds + * @see usbh_poll() */ static void poll(void *drvdata, uint32_t time_curr_us) { -- cgit