From 37d4f003b76da3e3c91ed99da0350501d2830c79 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 14 Jul 2021 17:09:05 -0400 Subject: [PATCH] doxygen: Removed some cruft that accumulated during wiki migration. --- include/SDL_shape.h | 2 +- include/SDL_video.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL_shape.h b/include/SDL_shape.h index 1f8ca21a2..8903e043a 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -117,7 +117,7 @@ typedef struct SDL_WindowShapeMode { * not reference a valid shaped window. * * \sa SDL_WindowShapeMode - * \sa [[SDL_GetShapedWindowMode.]] + * \sa SDL_GetShapedWindowMode */ extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode); diff --git a/include/SDL_video.h b/include/SDL_video.h index 95a535053..fb85bec20 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1686,7 +1686,6 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GL_ExtensionSupported(const char * * \sa SDL_GL_GetAttribute * \sa SDL_GL_SetAttribute - * \sa [[]] */ extern DECLSPEC void SDLCALL SDL_GL_ResetAttributes(void);