Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2020-08-02 02:06:07 +0300
committerDmitry Filimonchuk <dmitrystu@gmail.com>2020-08-02 02:06:07 +0300
commitaeda058c6e2f1c6673117b7598fa5eff3d00c922 (patch)
treebcc67ff134453db9b8da7fe71b6608a9ac1b36b1
parent50b06ba4dc00653e7b2d405eab83e4ce2057b24b (diff)
fix doxygen
-rw-r--r--inc/hid_usage_device.h2
-rw-r--r--inc/hid_usage_game.h3
-rw-r--r--inc/hid_usage_led.h2
-rw-r--r--inc/usbd_core.h9
4 files changed, 8 insertions, 8 deletions
diff --git a/inc/hid_usage_device.h b/inc/hid_usage_device.h
index 240b11a..13b4a28 100644
--- a/inc/hid_usage_device.h
+++ b/inc/hid_usage_device.h
@@ -30,6 +30,6 @@
#define HID_DEVICE_SECURITY_CHAR_ENT 0x24 /**<\brief OSC Code character entered.*/
#define HID_DEVICE_SECURITY_CHAR_ERA 0x25 /**<\brief OSC Code character erased.*/
#define HID_DEVICE_SCURITY_CODE_CLR 0x26 /**<\brief OSC Security code cleared.*/
-
+/** @} */
#endif
diff --git a/inc/hid_usage_game.h b/inc/hid_usage_game.h
index 4145734..317cbb5 100644
--- a/inc/hid_usage_game.h
+++ b/inc/hid_usage_game.h
@@ -53,7 +53,6 @@
#define HID_GAME_GUN_SAFETY 0x36
#define HID_GAME_GANEPAD_FIRE_JUMP 0x37
#define HID_GAME_GAMEPAD_TRIGGER 0x38
-
-
+/** @} */
#endif
diff --git a/inc/hid_usage_led.h b/inc/hid_usage_led.h
index 7f8a65a..40fed25 100644
--- a/inc/hid_usage_led.h
+++ b/inc/hid_usage_led.h
@@ -102,6 +102,6 @@
#define HID_LED_GENERIC_INDICATOR 0x4B
#define HID_LED_SYSTEM_SUSPEND 0x4C
#define HID_LED_EXT_POWER_CONNECTED 0x4D
-
+/** @} */
#endif
diff --git a/inc/usbd_core.h b/inc/usbd_core.h
index 4defdca..46b590d 100644
--- a/inc/usbd_core.h
+++ b/inc/usbd_core.h
@@ -34,13 +34,13 @@
#define USBD_USE_EXT_ULPI /**<\brief Enables external ULPI interface for OTGHS */
#define USB_PMA_SIZE /**<\brief PMA memoty size in bytes. Adjust this for
* the devices that shares PMA memory with CAN in case
- * of both USB and CAN in use to avoid data corruption.
+ * of both USB and CAN in use to avoid data corruption. */
/** @} */
#endif
/**\addtogroup USBD_HW USB hardware driver
- * \brief Contains HW driver API
* @{ */
+
/**\anchor USB_EVENTS
* \name USB device events
* @{ */
@@ -53,7 +53,7 @@
#define usbd_evt_epsetup 6 /**<\brief Setup packet received.*/
#define usbd_evt_error 7 /**<\brief Data error.*/
#define usbd_evt_count 8
-/** @} */
+/** @}*/
/**\anchor USB_LANES_STATUS
* \name USB lanes connection states
@@ -106,7 +106,8 @@
#if !defined(__ASSEMBLER__)
#include <stdbool.h>
-/**\brief USB device machine states.*/
+/** @brief USB device machine states
+ */
enum usbd_machine_state {
usbd_state_disabled,
usbd_state_disconnected,