Added missing '\throws...' to Window documentation

This commit is contained in:
Vraiment 2017-07-23 23:07:26 -07:00
parent 29a3736ab8
commit 31c05f8739

View File

@ -483,6 +483,8 @@ public:
/// ///
/// \returns Index of the display containing the center of the window /// \returns Index of the display containing the center of the window
/// ///
/// \throws SDL2pp::Exception
///
/// \see http://wiki.libsdl.org/SDL_GetWindowDisplayIndex /// \see http://wiki.libsdl.org/SDL_GetWindowDisplayIndex
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
@ -495,6 +497,8 @@ public:
/// \param[out] mode SDL_DisplayMode structure filled in with the /// \param[out] mode SDL_DisplayMode structure filled in with the
/// fullscreen display mode /// fullscreen display mode
/// ///
/// \throws SDL2pp::Exception
///
/// \see http://wiki.libsdl.org/SDL_GetWindowDisplayMode /// \see http://wiki.libsdl.org/SDL_GetWindowDisplayMode
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
@ -544,6 +548,8 @@ public:
/// ///
/// \returns Reference to self /// \returns Reference to self
/// ///
/// \throws SDL2pp::Exception
///
/// \see http://wiki.libsdl.org/SDL_SetWindowOpacity /// \see http://wiki.libsdl.org/SDL_SetWindowOpacity
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
@ -554,6 +560,8 @@ public:
/// ///
/// \returns Opacity value (0.0f - transparent, 1.0f - opaque) /// \returns Opacity value (0.0f - transparent, 1.0f - opaque)
/// ///
/// \throws SDL2pp:Exception
///
/// \see http://wiki.libsdl.org/SDL_GetWindowOpacity /// \see http://wiki.libsdl.org/SDL_GetWindowOpacity
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////