From be7cf11246fda692095db9460f75f21229ad051d Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Wed, 30 Apr 2014 22:28:15 -0400 Subject: [PATCH] fix a doc string --- Mapping.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Mapping.h b/Mapping.h index f01cb05..4421c1a 100644 --- a/Mapping.h +++ b/Mapping.h @@ -18,20 +18,17 @@ * along with this program. If not, see . */ - #ifndef MAPPING_H_ #define MAPPING_H_ #include #include - #include "Shape.h" #include "Paint.h" - #include "UidAllocator.h" /** - * Mapping is the central concept of Libremapping. + * Mapping is the central concept of this software. * * A Mapping represents a relationship between an input Paint and * and output Shape where the paint (possibly modified by some other