include: Several documentation tweaks; cleaned up new wikiheaders warnings.

This commit is contained in:
Ryan C. Gordon
2024-06-13 17:03:31 -04:00
parent a9d0eaf34a
commit 12119cbaad
3 changed files with 98 additions and 11 deletions

View File

@@ -354,6 +354,7 @@ SDL_FORCE_INLINE SDL_bool SDL_RectEmptyFloat(const SDL_FRect *r)
*
* \param a the first rectangle to test.
* \param b the second rectangle to test.
* \param epsilon the epsilon value for comparison.
* \returns SDL_TRUE if the rectangles are equal, SDL_FALSE otherwise.
*
* \threadsafety It is safe to call this function from any thread.