SDL_hidapi.h: Fixed something that apparently upset wikiheaders.

This commit is contained in:
Ryan C. Gordon
2024-07-14 15:20:26 -04:00
parent 15f850babc
commit 90e69f81e5
+2 -2
View File
@@ -63,11 +63,11 @@ extern "C" {
#endif #endif
/** /**
* A handle representing an open HID device * An opaque handle representing an open HID device.
* *
* \since This struct is available since SDL 3.0.0. * \since This struct is available since SDL 3.0.0.
*/ */
typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */ typedef struct SDL_hid_device SDL_hid_device;
/** /**
* HID underlying bus types. * HID underlying bus types.