From 215e1a38f27250c2a4a6e34c37b4b8390bf3738d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 14 Feb 2018 10:03:49 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@598 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/math/pigeometry.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src_main/math/pigeometry.h b/src_main/math/pigeometry.h index 8fd87ec5..c9195eed 100644 --- a/src_main/math/pigeometry.h +++ b/src_main/math/pigeometry.h @@ -1,7 +1,10 @@ +/*! \file pigeometry.h + * \brief Geometry base class +*/ /* PIP - Platform Independent Primitives Geometry - Copyright (C) 2015 Ivan Pelipenko peri4ko@gmail.com + Copyright (C) 2018 Ivan Pelipenko peri4ko@yandex.ru 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 @@ -17,6 +20,7 @@ along with this program. If not, see . */ + #ifndef PIGEOMETRY_H #define PIGEOMETRY_H