From 24bc00a831f74cd95255f94660d4763db4b6761e Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 3 Aug 2016 22:39:44 +0200 Subject: [PATCH] Fixed two old identifiers in header comments. --- include/SDL_keyboard.h | 2 +- include/SDL_video.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h index bbba0f07b..f80b6d2de 100644 --- a/include/SDL_keyboard.h +++ b/include/SDL_keyboard.h @@ -136,7 +136,7 @@ extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name); * copy it. If the key doesn't have a name, this function returns an * empty string (""). * - * \sa SDL_Key + * \sa SDL_Keycode */ extern DECLSPEC const char *SDLCALL SDL_GetKeyName(SDL_Keycode key); diff --git a/include/SDL_video.h b/include/SDL_video.h index b9096024d..1b8dc2b20 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -789,7 +789,6 @@ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window); * \return 0 on success, or -1 on error. * * \sa SDL_GetWindowSurface() - * \sa SDL_UpdateWindowSurfaceRect() */ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window, const SDL_Rect * rects,