Codechange: Make some variables and constants documentation comments recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-20 19:40:43 +01:00
committed by rubidium42
parent 7a6b7fb1f0
commit 21bee91fa7
71 changed files with 263 additions and 204 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "safeguards.h"
/* Default of 4MB spritecache */
/** Default of 4MB spritecache. */
uint _sprite_cache_size = 4;