Revert "Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)"

This reverts commit 82a96afa70.

We ended up not moving to GitHub's wiki after all and built
https://github.com/icculus/ghwikipp to fill the gap...since the wiki is
back at https://wiki.libsdl.org/, put back the original URLs.
This commit is contained in:
Ryan C. Gordon
2021-04-01 12:15:28 -04:00
parent fa81883418
commit 2542977b0a
17 changed files with 214 additions and 214 deletions

View File

@@ -510,7 +510,7 @@ video_getClosestDisplayModeRandomResolution(void *arg)
/**
* @brief Tests call to SDL_GetWindowBrightness
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowBrightness
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowBrightness
*/
int
video_getWindowBrightness(void *arg)
@@ -536,7 +536,7 @@ video_getWindowBrightness(void *arg)
/**
* @brief Tests call to SDL_GetWindowBrightness with invalid input
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowBrightness
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowBrightness
*/
int
video_getWindowBrightnessNegative(void *arg)
@@ -565,7 +565,7 @@ video_getWindowBrightnessNegative(void *arg)
/**
* @brief Tests call to SDL_GetWindowDisplayMode
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowDisplayMode
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowDisplayMode
*/
int
video_getWindowDisplayMode(void *arg)
@@ -619,7 +619,7 @@ void _checkInvalidWindowError()
/**
* @brief Tests call to SDL_GetWindowDisplayMode with invalid input
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowDisplayMode
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowDisplayMode
*/
int
video_getWindowDisplayModeNegative(void *arg)
@@ -663,7 +663,7 @@ video_getWindowDisplayModeNegative(void *arg)
/**
* @brief Tests call to SDL_GetWindowGammaRamp
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGammaRamp
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowGammaRamp
*/
int
video_getWindowGammaRamp(void *arg)
@@ -724,7 +724,7 @@ video_getWindowGammaRamp(void *arg)
/**
* @brief Tests call to SDL_GetWindowGammaRamp with invalid input
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGammaRamp
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowGammaRamp
*/
int
video_getWindowGammaRampNegative(void *arg)
@@ -821,8 +821,8 @@ _setAndCheckWindowKeyboardGrabState(SDL_Window* window, SDL_bool desiredState)
/**
* @brief Tests keyboard and mouse grab support
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowGrab
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowGrab
* @sa http://wiki.libsdl.org/SDL_GetWindowGrab
* @sa http://wiki.libsdl.org/SDL_SetWindowGrab
*/
int
video_getSetWindowGrab(void *arg)
@@ -964,8 +964,8 @@ video_getSetWindowGrab(void *arg)
/**
* @brief Tests call to SDL_GetWindowID and SDL_GetWindowFromID
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowID
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowFromID
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowID
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowFromID
*/
int
video_getWindowId(void *arg)
@@ -1020,7 +1020,7 @@ video_getWindowId(void *arg)
/**
* @brief Tests call to SDL_GetWindowPixelFormat
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowPixelFormat
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowPixelFormat
*/
int
video_getWindowPixelFormat(void *arg)
@@ -1054,8 +1054,8 @@ video_getWindowPixelFormat(void *arg)
/**
* @brief Tests call to SDL_GetWindowPosition and SDL_SetWindowPosition
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowPosition
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowPosition
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowPosition
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowPosition
*/
int
video_getSetWindowPosition(void *arg)
@@ -1197,8 +1197,8 @@ void _checkInvalidParameterError()
/**
* @brief Tests call to SDL_GetWindowSize and SDL_SetWindowSize
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowSize
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowSize
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowSize
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowSize
*/
int
video_getSetWindowSize(void *arg)
@@ -1636,8 +1636,8 @@ video_getSetWindowMaximumSize(void *arg)
/**
* @brief Tests call to SDL_SetWindowData and SDL_GetWindowData
*
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_SetWindowData
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetWindowData
* @sa http://wiki.libsdl.org/moin.fcg/SDL_SetWindowData
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetWindowData
*/
int
video_getSetWindowData(void *arg)