]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix inapproptiate symbols in comments.
authorspo <sergey.pokhodenko@opencascade.com>
Wed, 25 May 2016 11:37:59 +0000 (14:37 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 17 Jun 2016 11:41:01 +0000 (14:41 +0300)
src/GeomAPI/GeomAPI_Ax1.h
src/GeomAPI/GeomAPI_Ax2.h
src/GeomAPI/GeomAPI_Ax3.h

index f21f0deeb630f4bcecd12ce7bb2ca52f565981b9..8abe3e8967e27ca414df3a32bc49f5718a47d063 100644 (file)
@@ -21,7 +21,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Ax1();
 
-  /** \brief Ñonstructor.
+  /** \brief Constructor.
    *  \param[in] theOrigin point of origin.
    *  \param[in] theDir direction of axis.
    */
index 7db04e81437fe797067b7a10341c9c38ce73b290..e190f78b28b3ab65009e672778457fa15a4e39a8 100644 (file)
@@ -21,7 +21,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Ax2();
 
-  /** \brief Ñonstructor.
+  /** \brief Constructor.
    *  \param[in] theOrigin point of origin.
    *  \param[in] theN direction of axis.
    *  \param[in] theVX x direction of axis.
@@ -31,7 +31,7 @@ public:
               std::shared_ptr<GeomAPI_Dir> theN,
               std::shared_ptr<GeomAPI_Dir> theVX);
 
-  /** \brief Ñonstructor.
+  /** \brief Constructor.
    *  \param[in] theOrigin point of origin.
    *  \param[in] theDir direction of axis.
    */
index 613513a46d7db7fdcf19b7e366d1e4cf2af38c35..589fbf70dd4f8ba79c556f696ace79c7e780ecfa 100644 (file)
@@ -23,7 +23,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Ax3();
 
-  /// Ñonstructor
+  /// Constructor
   /// \param theOrigin point of origin
   /// \param theDirX direction of X axis
   /// \param theNorm direction of normal vector