include: Fill in more category documentation.

Reference Issue #11874.
This commit is contained in:
Ryan C. Gordon
2025-01-05 14:11:11 -05:00
parent 16ad3e5af6
commit 7f9ee31024
5 changed files with 48 additions and 8 deletions

View File

@@ -22,7 +22,13 @@
/**
* # CategorySystem
*
* Platform-specific SDL API functions.
* Platform-specific SDL API functions. These are functions that deal with
* needs of specific operating systems, that didn't make sense to offer as
* platform-independent, generic APIs.
*
* Most apps can make do without these functions, but they can be useful for
* integrating with other parts of a specific system, adding platform-specific
* polish to an app, or solving problems that only affect one target.
*/
#ifndef SDL_system_h_