From 90e69f81e5f070e6caa2bd039320622954829c47 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 14 Jul 2024 15:20:26 -0400 Subject: [PATCH] SDL_hidapi.h: Fixed something that apparently upset wikiheaders. --- include/SDL3/SDL_hidapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h index db3daecd25..9fd32f5273 100644 --- a/include/SDL3/SDL_hidapi.h +++ b/include/SDL3/SDL_hidapi.h @@ -63,11 +63,11 @@ extern "C" { #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. */ -typedef struct SDL_hid_device SDL_hid_device; /**< opaque hidapi structure */ +typedef struct SDL_hid_device SDL_hid_device; /** * HID underlying bus types.