mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
a15a46340f
commit
534c44b156
1 changed files with 8 additions and 5 deletions
|
@ -29,15 +29,18 @@
|
||||||
#define SDL_revision_h_
|
#define SDL_revision_h_
|
||||||
|
|
||||||
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This macro is a string describing the source at a particular point in development.
|
* This macro is a string describing the source at a particular point in
|
||||||
|
* development.
|
||||||
*
|
*
|
||||||
* This string is often generated from revision control's state at build time.
|
* This string is often generated from revision control's state at build time.
|
||||||
*
|
*
|
||||||
* This string can be quite complex and does not follow any standard.
|
* This string can be quite complex and does not follow any standard. For
|
||||||
* For example, it might be something like "SDL-prerelease-3.1.1-47-gf687e0732".
|
* example, it might be something like "SDL-prerelease-3.1.1-47-gf687e0732".
|
||||||
* It might also be user-defined at build time, so it's best to treat it as
|
* It might also be user-defined at build time, so it's best to treat it as a
|
||||||
* a clue in debugging forensics and not something the app will parse in any way.
|
* clue in debugging forensics and not something the app will parse in any
|
||||||
|
* way.
|
||||||
*
|
*
|
||||||
* \since This macro is available since SDL 3.0.0.
|
* \since This macro is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue