mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
doxygen: Fix all the "\returns" so they work as part of complete sentences.
This commit is contained in:
parent
8ec9fbdd0c
commit
f8c1fc49d9
21 changed files with 73 additions and 72 deletions
|
@ -98,7 +98,7 @@ extern "C" {
|
|||
*
|
||||
* \param rndContext pointer to context structure
|
||||
*
|
||||
* \returns A random number (32bit unsigned integer)
|
||||
* \returns a random number (32bit unsigned integer)
|
||||
*
|
||||
*/
|
||||
unsigned int SDLTest_Random(SDLTest_RandomContext *rndContext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue