From 1abaacedb2c7d9aee02d8f3c206123c51c3ad5a5 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 11 Apr 2024 21:06:35 +0200 Subject: [PATCH] include: Fix documentation generation for SDL_SensorType. --- include/SDL3/SDL_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_sensor.h b/include/SDL3/SDL_sensor.h index ccc01e5ec..597b764da 100644 --- a/include/SDL3/SDL_sensor.h +++ b/include/SDL3/SDL_sensor.h @@ -69,7 +69,7 @@ typedef Uint32 SDL_SensorID; * Hare are the additional Android sensors: * https://developer.android.com/reference/android/hardware/SensorEvent.html#values */ -typedef enum +typedef enum SDL_SensorType { SDL_SENSOR_INVALID = -1, /**< Returned for an invalid sensor */ SDL_SENSOR_UNKNOWN, /**< Unknown sensor type */