aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/blorb.h')
-rw-r--r--engines/glk/blorb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/blorb.h b/engines/glk/blorb.h
index 352d01aadc..ae9c5032fc 100644
--- a/engines/glk/blorb.h
+++ b/engines/glk/blorb.h
@@ -85,7 +85,9 @@ enum {
*/
typedef struct giblorb_map_struct giblorb_map_t;
-/* giblorb_result_t: Result when you try to load a chunk. */
+/**
+ * giblorb_result_t: Result when you try to load a chunk.
+ */
typedef struct giblorb_result_struct {
glui32 chunknum; // The chunk number (for use in giblorb_unload_chunk(), etc.)
union {