began to work on docs

This commit is contained in:
ed
2025-02-12 12:08:41 -05:00
parent 99097b765a
commit 1fad37ad90
12 changed files with 444 additions and 198 deletions
+3 -1
View File
@@ -229,7 +229,7 @@ STBSP__PUBLICDEC void STB_SPRINTF_DECORATE(set_separators)(char comma, char peri
#ifdef STB_SPRINTF_IMPLEMENTATION
// NOTE(Ed): Modifying because I don't want to introduce this kind of mess to the gencpp parser
// NOTE(Ed): Modifying these typedef defines to typedefs because I don't want to introduce this kind of mess to the gencpp parser
// #define stbsp__uint32 unsigned int
// #define stbsp__int32 signed int
@@ -260,6 +260,8 @@ typedef unsigned short stbsp__uint16;
# endif
#endif
// NOTE(Ed) - END OF: Modifying these typedef defines to typedefs because I don't want to introduce this kind of mess to the gencpp parser
#ifndef STB_SPRINTF_MSVC_MODE // used for MSVC2013 and earlier (MSVC2015 matches GCC)
# if defined(_MSC_VER) && (_MSC_VER < 1900)
# define STB_SPRINTF_MSVC_MODE