From d57faa6bc3a72de71f2408d9c45f0236d18f3e5c Mon Sep 17 00:00:00 2001 From: spo Date: Wed, 25 May 2016 14:37:59 +0300 Subject: [PATCH] Fix inapproptiate symbols in comments. --- src/GeomAPI/GeomAPI_Ax1.h | 2 +- src/GeomAPI/GeomAPI_Ax2.h | 4 ++-- src/GeomAPI/GeomAPI_Ax3.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GeomAPI/GeomAPI_Ax1.h b/src/GeomAPI/GeomAPI_Ax1.h index f21f0deeb..8abe3e896 100644 --- a/src/GeomAPI/GeomAPI_Ax1.h +++ b/src/GeomAPI/GeomAPI_Ax1.h @@ -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. */ diff --git a/src/GeomAPI/GeomAPI_Ax2.h b/src/GeomAPI/GeomAPI_Ax2.h index 7db04e814..e190f78b2 100644 --- a/src/GeomAPI/GeomAPI_Ax2.h +++ b/src/GeomAPI/GeomAPI_Ax2.h @@ -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 theN, std::shared_ptr theVX); - /** \brief Ñonstructor. + /** \brief Constructor. * \param[in] theOrigin point of origin. * \param[in] theDir direction of axis. */ diff --git a/src/GeomAPI/GeomAPI_Ax3.h b/src/GeomAPI/GeomAPI_Ax3.h index 613513a46..589fbf70d 100644 --- a/src/GeomAPI/GeomAPI_Ax3.h +++ b/src/GeomAPI/GeomAPI_Ax3.h @@ -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 -- 2.39.2