aboutsummaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dicache.c')
-rw-r--r--src/dicache.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dicache.c b/src/dicache.c
index e83d2d72..36a2cafb 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -10,6 +10,12 @@
* (at your option) any later version.
*/
+/** @file
+ * DICache stands for Decompressed Image Cache. It holds the raw buffers (RGB)
+ * of images after they are decompressed of their respective formats (png, jpeg,
+ * gif, ...).
+ */
+
#include <string.h> /* for memset */
#include <stdlib.h>