mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Add \since docs where missing and resets some to 3.0.0
- remove a \returns
This commit is contained in:
		| @@ -127,6 +127,8 @@ typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code); | ||||
|  * \param pfnSDL_CurrentEndThread end function | ||||
|  * | ||||
|  * \returns SDL_Thread pointer | ||||
|  * | ||||
|  * \since This function is available since SDL 3.0.0. | ||||
|  */ | ||||
| extern DECLSPEC SDL_Thread *SDLCALL | ||||
| SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, | ||||
| @@ -144,6 +146,8 @@ SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data, | ||||
|  * \param pfnSDL_CurrentEndThread end function | ||||
|  * | ||||
|  * \returns SDL_Thread pointer | ||||
|  * | ||||
|  * \since This function is available since SDL 3.0.0. | ||||
|  */ | ||||
| extern DECLSPEC SDL_Thread *SDLCALL | ||||
| SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sylvain
					Sylvain