Skip to content

Commit

Permalink
include: don't list external functions in "\sa" items.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 28, 2023
1 parent bae8e45 commit 2817f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/SDL3/SDL_image.h
Expand Up @@ -380,7 +380,6 @@ extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
*
* \sa IMG_LoadTextureTyped_RW
* \sa IMG_LoadTexture_RW
* \sa [SDL_DestroyTexture](https://wiki.libsdl.org/SDL_DestroyTexture)
*/
extern DECLSPEC SDL_Texture * SDLCALL IMG_LoadTexture(SDL_Renderer *renderer, const char *file);

Expand Down

0 comments on commit 2817f3d

Please sign in to comment.