Update the Doxygen comments.

This commit is contained in:
Mark de Wever 2014-03-09 15:21:31 +01:00
parent 385885fea0
commit 9de59be3a7

View file

@ -127,16 +127,12 @@ class CVideo : private boost::noncopyable {
#if SDL_VERSION_ATLEAST(2, 0, 0)
/**
* Wrapper for SDL_GetAppState.
*
* @warning The function always return 0 for now.
*/
static Uint8 window_state();
/**
* Sets the title of the main window.
*
* @warning The function is a NOP at the moment.
*
* @param title The new title for the window.
*/
static void set_window_title(const std::string& title);
@ -144,8 +140,6 @@ class CVideo : private boost::noncopyable {
/**
* Sets the icon of the main window.
*
* @warning The function is a NOP at the moment.
*
* @param icon The new icon for the window.
*/
static void set_window_icon(surface& icon);