(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file road_land.h Sprite constructs for road depots. */
|
||||
|
||||
#define TILE_SEQ_LINE(img, pal, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 20, {img, pal} },
|
||||
#define TILE_SEQ_END() { 0, 0, 0, 0, 0, 0, {0, 0} }
|
||||
|
||||
|
Reference in New Issue
Block a user