From 6a86e758708a92134a8734a80935ae5fa3807ae4 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 4 Apr 2007 01:35:16 +0000 Subject: (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near --- src/sprite.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/sprite.h') diff --git a/src/sprite.h b/src/sprite.h index 91b108d34..6c6c8e85f 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file sprite.h */ + #ifndef SPRITE_H #define SPRITE_H @@ -40,7 +42,7 @@ struct DrawBuildingsTileStruct { byte draw_proc; /* this allows to specify a special drawing procedure.*/ }; -// Iterate through all DrawTileSeqStructs in DrawTileSprites. +/** Iterate through all DrawTileSeqStructs in DrawTileSprites. */ #define foreach_draw_tile_seq(idx, list) for (idx = list; ((byte) idx->delta_x) != 0x80; idx++) -- cgit v1.2.3-54-g00ecf