From 03bc53fe31e8190855d6411c63b4edca9edaf0c1 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 11 Apr 2024 23:56:51 +0200 Subject: [PATCH] include: Fixes the improper fix I made before of documentation, SDL_SensorType. --- include/SDL3/SDL_sensor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_sensor.h b/include/SDL3/SDL_sensor.h index 597b764da..652d93cce 100644 --- a/include/SDL3/SDL_sensor.h +++ b/include/SDL3/SDL_sensor.h @@ -62,7 +62,8 @@ typedef struct SDL_Sensor SDL_Sensor; */ typedef Uint32 SDL_SensorID; -/* The different sensors defined by SDL +/** + * The different sensors defined by SDL * * Additional sensors may be available, using platform dependent semantics. *