Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed doxygen warnings.
  • Loading branch information
philippwiesemann committed Jan 6, 2016
1 parent bb1e2bd commit 1a26c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -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).
*
Expand All @@ -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
Expand Down

0 comments on commit 1a26c0c

Please sign in to comment.