From b004b609d45ba0181546d349878dd279ca0bea33 Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 30 Jun 2015 10:56:24 +0300 Subject: [PATCH] Fix some header comments in files --- src/GeomAPI/GeomAPI_Interface.h | 2 +- src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp | 4 ++++ src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h | 9 +++------ src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp | 4 ++++ src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h | 9 +++------ src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp | 4 ++++ src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h | 10 ++++------ 7 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/GeomAPI/GeomAPI_Interface.h b/src/GeomAPI/GeomAPI_Interface.h index e5fac636a..7083dedb4 100644 --- a/src/GeomAPI/GeomAPI_Interface.h +++ b/src/GeomAPI/GeomAPI_Interface.h @@ -55,7 +55,7 @@ class GEOMAPI_EXPORT GeomAPI_Interface myImpl.reset(theImpl); } - // Returns true if the impl is empty + /// Returns true if the impl is empty bool empty() const; }; diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp index 62d63ac24..4dc8769bd 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp @@ -1,5 +1,9 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D +// File: GeomAlgoAPI_BREPImport.cpp +// Created: May 14, 2015 +// Author: Sergey POKHODENKO + #include #include diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h index a06f1db1b..18ac9ffd7 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h @@ -1,11 +1,8 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_BREPImport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_BREPImport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH #ifndef GEOMALGOAPI_BREPIMPORT_H_ #define GEOMALGOAPI_BREPIMPORT_H_ diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp index 872d8b3f5..910be52e8 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp @@ -1,5 +1,9 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D +// File: GEOMALGOAPI_IGESImport.cpp +// Created: May 14, 2015 +// Author: Sergey POKHODENKO + #include // OOCT includes diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h index 57fc754d1..b7a63865d 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h @@ -1,11 +1,8 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_IGESImport.h - * - * Created on: May 14, 2015 - * Author: spo - */ +// File: GEOMALGOAPI_IGESImport.h +// Created: May 14, 2015 +// Author: Sergey POKHODENKO #ifndef GEOMALGOAPI_IGESIMPORT_H_ #define GEOMALGOAPI_IGESIMPORT_H_ diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp index 7ff22b0f0..432cd1d59 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp @@ -1,5 +1,9 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D +// File: GEOMALGOAPI_STEPImport.cpp +// Created: Dec 24, 2014 +// Author: Sergey BELASH + #include #include diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h index adf7c2f18..0a5060798 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h @@ -1,11 +1,9 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_STEPImport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_STEPImport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH + #ifndef GEOMALGOAPI_STEPIMPORT_H_ #define GEOMALGOAPI_STEPIMPORT_H_ -- 2.39.2