From 534c44b156d023bb89a8781760427f8f6bc2783e Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 9 Apr 2024 22:04:21 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_revision.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/include/SDL3/SDL_revision.h b/include/SDL3/SDL_revision.h index 7c41b3aa5..dfe0336c7 100644 --- a/include/SDL3/SDL_revision.h +++ b/include/SDL3/SDL_revision.h @@ -29,15 +29,18 @@ #define SDL_revision_h_ #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 can be quite complex and does not follow any standard. - * For 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 - * a clue in debugging forensics and not something the app will parse in any way. + * This string can be quite complex and does not follow any standard. For + * 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 a + * clue in debugging forensics and not something the app will parse in any + * way. * * \since This macro is available since SDL 3.0.0. */