Pārlūkot izejas kodu

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 6 mēneši atpakaļ
vecāks
revīzija
c688853a82
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      include/SDL3/SDL_storage.h

+ 2 - 2
include/SDL3/SDL_storage.h

@@ -47,7 +47,7 @@
  *
  *
  * Consider the following example:
  * Consider the following example:
  *
  *
- * ```
+ * ```c
  * void ReadGameData(void)
  * void ReadGameData(void)
  * {
  * {
  *     extern char** fileNames;
  *     extern char** fileNames;
@@ -115,7 +115,7 @@
  * When using, SDL_Storage, these types of problems are virtually impossible
  * When using, SDL_Storage, these types of problems are virtually impossible
  * to trip over:
  * to trip over:
  *
  *
- * ```
+ * ```c
  * void ReadGameData(void)
  * void ReadGameData(void)
  * {
  * {
  *     extern char** fileNames;
  *     extern char** fileNames;