include: add \brief to includes

This commit is contained in:
Anonymous Maarten 2023-02-18 18:32:06 +01:00 committed by Sam Lantinga
parent 0625695898
commit 549cedfa88
68 changed files with 159 additions and 75 deletions

View file

@ -19,6 +19,12 @@
3. This notice may not be removed or altered from any source distribution.
*/
/**
* \file SDL_assert.h
*
* \brief Header file for assertion SDL API functions
*/
#ifndef SDL_assert_h_
#define SDL_assert_h_