From ed4f806f1dcff2e10d2fdfb687e6bcebe9a81af3 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:22:34 +0000 Subject: (svn r20283) -Codechange: Unify start of doygen comments. --- src/spritecache.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/spritecache.cpp') diff --git a/src/spritecache.cpp b/src/spritecache.cpp index 35967998e..50e9cb498 100644 --- a/src/spritecache.cpp +++ b/src/spritecache.cpp @@ -405,7 +405,8 @@ void IncreaseSpriteLRU() } } -/** Called when holes in the sprite cache should be removed. +/** + * Called when holes in the sprite cache should be removed. * That is accomplished by moving the cached data. */ static void CompactSpriteCache() { @@ -522,7 +523,8 @@ static void *AllocSprite(size_t mem_req) } } -/** Handles the case when a sprite of different type is requested than is present in the SpriteCache. +/** + * Handles the case when a sprite of different type is requested than is present in the SpriteCache. * For ST_FONT sprites, it is normal. In other cases, default sprite is loaded instead. * @param sprite ID of loaded sprite * @param requested requested sprite type -- cgit v1.2.3-54-g00ecf