Fixed two old identifiers in header comments.
--- a/include/SDL_keyboard.h Wed Aug 03 22:32:20 2016 +0200
+++ b/include/SDL_keyboard.h Wed Aug 03 22:39:44 2016 +0200
@@ -136,7 +136,7 @@
* 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);
--- a/include/SDL_video.h Wed Aug 03 22:32:20 2016 +0200
+++ b/include/SDL_video.h Wed Aug 03 22:39:44 2016 +0200
@@ -789,7 +789,6 @@
* \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,