Procházet zdrojové kódy

include: Fixes the improper fix I made before of documentation, SDL_SensorType.

anon před 2 roky
rodič
revize
03bc53fe31
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      include/SDL3/SDL_sensor.h

+ 2 - 1
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.
  *