Update the Doxygen comments.
This commit is contained in:
parent
385885fea0
commit
9de59be3a7
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue