From 1a26c0c838c4f0caa6ee4fe97f62290e18c652cf Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 6 Jan 2016 22:38:35 +0100 Subject: [PATCH] Fixed doxygen warnings. --- include/SDL_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 17bbbe8fce21d..52179f3cbd617 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -866,7 +866,7 @@ extern DECLSPEC int SDLCALL SDL_SetWindowOpacity(SDL_Window * window, float opac * as 1.0f without error. * * \param window The window in question. - * \param opacity Opacity (0.0f - transparent, 1.0f - opaque) + * \param out_opacity Opacity (0.0f - transparent, 1.0f - opaque) * * \return 0 on success, or -1 on error (invalid window, etc). * @@ -875,7 +875,7 @@ extern DECLSPEC int SDLCALL SDL_SetWindowOpacity(SDL_Window * window, float opac extern DECLSPEC int SDLCALL SDL_GetWindowOpacity(SDL_Window * window, float * out_opacity); /** - * \brief Sets the window as a modal for another window (@TODO: reconsider this function and/or its name) + * \brief Sets the window as a modal for another window (TODO: reconsider this function and/or its name) * * \param modal_window The window that should be modal * \param parent_window The parent window