summaryrefslogtreecommitdiff
path: root/trunk/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/example.c')
-rw-r--r--trunk/example.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/example.c b/trunk/example.c
index 25fff0a..5ae9c7e 100644
--- a/trunk/example.c
+++ b/trunk/example.c
@@ -1,3 +1,10 @@
+/**
+ * \file
+ * A test harness using SDL to display all sprites in a sprite file.
+ *
+ * Usage: example \<spritefile\>
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <SDL/SDL.h>