Fixed documentation warnings

This commit is contained in:
Sam Lantinga
2023-01-03 15:39:11 -08:00
parent 49af0d1b89
commit 95e5417d2e
2 changed files with 2 additions and 2 deletions

View File

@@ -1077,7 +1077,7 @@ extern DECLSPEC void SDLCALL SDL_FilterEvents(SDL_EventFilter filter,
* Set the state of processing events by type.
*
* \param type the type of event; see SDL_EventType for details
* \param state whether to process the event or not
* \param enabled whether to process the event or not
*
* \since This function is available since SDL 3.0.0.
*