From 2b590db5df706f2d8b4795163b0c977fc83bd4b2 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 17 Jan 2009 12:22:08 -0500 Subject: Added docmentation to Skin --- sigmod/Skin.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sigmod/Skin.cpp') diff --git a/sigmod/Skin.cpp b/sigmod/Skin.cpp index 7cd906fb..ca5384d1 100644 --- a/sigmod/Skin.cpp +++ b/sigmod/Skin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-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/Skin.cpp + */ + // Header include #include "Skin.h" -- cgit