Browse Source

SDL_hidapi.h: Fixed something that apparently upset wikiheaders.

Ryan C. Gordon 1 year ago
parent
commit
90e69f81e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/SDL3/SDL_hidapi.h

+ 2 - 2
include/SDL3/SDL_hidapi.h

@@ -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.