diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index 1ea737e986..b2fc45b634 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -119,6 +119,7 @@ typedef enum SDL_RendererLogicalPresentation typedef struct SDL_Renderer SDL_Renderer; #ifndef SDL_INTERNAL + /** * An efficient driver-specific representation of pixel data * diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index 0e47d3c49c..2a758a6d93 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -87,6 +87,7 @@ typedef enum SDL_FlipMode } SDL_FlipMode; #ifndef SDL_INTERNAL + /** * A collection of pixels used in software blitting. *