mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-03 09:14:36 +00:00
test: don't use wiki urls for documentation comments
Also make consistent use of \ as documentation escape character.
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
/* Test case functions */
|
||||
|
||||
/**
|
||||
* @brief Check virtual joystick creation
|
||||
* \brief Check virtual joystick creation
|
||||
*
|
||||
* @sa SDL_AttachVirtualJoystickEx
|
||||
* \sa SDL_AttachVirtualJoystickEx
|
||||
*/
|
||||
static int
|
||||
TestVirtualJoystick(void *arg)
|
||||
|
||||
Reference in New Issue
Block a user