]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix some header comments in files
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 30 Jun 2015 07:56:24 +0000 (10:56 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 30 Jun 2015 07:56:45 +0000 (10:56 +0300)
src/GeomAPI/GeomAPI_Interface.h
src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.cpp
src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h
src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.cpp
src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.cpp
src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h

index e5fac636a9bee588fde16e7b9ff40982d2a17a78..7083dedb466c17eba3cf8c188f355c1bde2edcc7 100644 (file)
@@ -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;
 };
 
index 62d63ac24b4d063b5935f0574ae1218610851160..4dc8769bd91214c85a73fd1dbb09f6cc744c791d 100644 (file)
@@ -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 <GeomAlgoAPI_BREPImport.h>
 
 #include <BRepTools.hxx>
index a06f1db1b43159c37a6c8ba57137f18bd86ba1bd..18ac9ffd750565623095494544fcee0e12aae529 100644 (file)
@@ -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_
index 872d8b3f5a7339521e3e044ff8332c30934a9d2d..910be52e81a8a110b53c959a45c572faf8e21087 100644 (file)
@@ -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 <GeomAlgoAPI_IGESImport.h>
 
 // OOCT includes
index 57fc754d18810317b771425d1af58ec76217dda9..b7a63865d8b94b8ba2885def2cc762e6f2a3db90 100644 (file)
@@ -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_
index 7ff22b0f015a3500fb3fe675816a4670b61278ef..432cd1d5939c9cace45f3aa45a27f8f39280a2cc 100644 (file)
@@ -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 <GeomAlgoAPI_STEPImport.h>
 
 #include <TDF_ChildIDIterator.hxx>
index adf7c2f184bec5f1f9fad19dc74a746180d5b74f..0a50607980e7864e544e5bd2063786af950f0e6d 100644 (file)
@@ -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_