doxygen: Fix all the "\returns" so they work as part of complete sentences.

This commit is contained in:
Ryan C. Gordon 2021-07-14 14:15:30 -04:00
parent 8ec9fbdd0c
commit f8c1fc49d9
No known key found for this signature in database
GPG key ID: FA148B892AB48044
21 changed files with 73 additions and 72 deletions

View file

@ -106,7 +106,7 @@ extern DECLSPEC const char *SDLCALL SDL_GetError(void);
* \param errstr A buffer to fill with the last error message that was set
* for the current thread
* \param maxlen The size of the buffer pointed to by the errstr parameter
* \returns The pointer passed in as the `errstr` parameter.
* \returns the pointer passed in as the `errstr` parameter.
*
* \sa SDL_GetError
*/