Salome HOME
Issue #394 Undo-ing a Sketch element
[modules/shaper.git] / src / SketchSolver / SketchSolver_Solver.h
index 8bdc566f0c733691d69e24d1ee3b30ae22961ffc..7079f1598549d2660c1c15102dce44a84a18bba4 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:    SketchSolver_Solver.h
 // Created: 07 May 2014
 // Author:  Artem ZHIDKOV
@@ -25,6 +27,9 @@ typedef unsigned int UINT32;
 // Unknown entity
 #define SLVS_E_UNKNOWN 0
 
+/**
+ * The main class that performs the high-level operations for connection to the SolveSpace.
+ */
 class SketchSolver_Solver
 {
  public: