From 52273fa4201f9d84ca387aa1eea9606b5d66358a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 18 Jan 2009 16:13:22 -0500 Subject: Added Tile documentation --- sigmod/Tile.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sigmod/Tile.cpp') diff --git a/sigmod/Tile.cpp b/sigmod/Tile.cpp index 3af65653..44cc5f9f 100644 --- a/sigmod/Tile.cpp +++ b/sigmod/Tile.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2007-2008 Ben Boeckel + * Copyright 2007-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,10 @@ * with this program. If not, see . */ +/** + * \file sigmod/Tile.cpp + */ + // Header include #include "Tile.h" -- cgit