mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
fix a doc string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user