summaryrefslogtreecommitdiffstats
path: root/sigmod/Tile.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-18 16:13:22 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-18 16:13:22 -0500
commit52273fa4201f9d84ca387aa1eea9606b5d66358a (patch)
treeb17dfaedc1d33cb3112e37dc1ed4126416cc81c8 /sigmod/Tile.cpp
parentebccfb8189ee696c43065b7eb5d59c57f5363855 (diff)
Added Tile documentation
Diffstat (limited to 'sigmod/Tile.cpp')
-rw-r--r--sigmod/Tile.cpp6
1 files changed, 5 insertions, 1 deletions
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 <MathStuf@gmail.com>
+ * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com>
*
* 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 <http://www.gnu.org/licenses/>.
*/
+/**
+ * \file sigmod/Tile.cpp
+ */
+
// Header include
#include "Tile.h"