fix a doc string

This commit is contained in:
Alexandre Quessy
2014-04-30 22:28:15 -04:00
parent dbc93d803c
commit be7cf11246
+1 -4
View File
@@ -18,20 +18,17 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MAPPING_H_
#define MAPPING_H_
#include <QtGlobal>
#include <tr1/memory>
#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