doxygen: Tweak SDL_FlashWindow brief description.

So "e.g." doesn't look like the end of the sentence to wikiheaders.pl.
This commit is contained in:
Ryan C. Gordon 2021-07-14 08:01:55 -04:00
parent 1f17bc549e
commit 0ac13dc27f
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window * window,
void *callback_data); void *callback_data);
/** /**
* Request a window to give a signal, e.g. a visual signal, to demand attention from the user. * Request a window to demand attention from the user.
* *
* \returns 0 on success or a negative error code on failure; call * \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information. * SDL_GetError() for more information.