mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 20:58:29 +00:00
include: add \brief to includes
This commit is contained in:
parent
0625695898
commit
549cedfa88
68 changed files with 159 additions and 75 deletions
|
@ -19,15 +19,15 @@
|
|||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file SDL_build_config.h
|
||||
*
|
||||
* \brief This is a set of defines to configure the SDL features
|
||||
*/
|
||||
|
||||
#ifndef SDL_build_config_h_
|
||||
#define SDL_build_config_h_
|
||||
|
||||
/**
|
||||
* \file SDL_build_config.h.in
|
||||
*
|
||||
* This is a set of defines to configure the SDL features
|
||||
*/
|
||||
|
||||
/* General platform specific identifiers */
|
||||
#include <SDL3/SDL_platform_defines.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue