From: eap Date: Thu, 10 Jan 2013 11:25:42 +0000 (+0000) Subject: improve comments X-Git-Tag: pluginMGCleaner~189 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a94078a14b8c49fe6288ac5c767e330fd14aeff6;p=modules%2Fsmesh.git improve comments --- diff --git a/src/SMESH/SMESH_MesherHelper.hxx b/src/SMESH/SMESH_MesherHelper.hxx index da6cfcbfb..57252b55e 100644 --- a/src/SMESH/SMESH_MesherHelper.hxx +++ b/src/SMESH/SMESH_MesherHelper.hxx @@ -141,13 +141,12 @@ public: const SMESH_Mesh& mesh, TopAbs_ShapeEnum ancestorType); /*! - * \brief Find a common ancestors of two shapes of the given type + * \brief Find a common ancestor, of the given type, of two shapes */ static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1, const TopoDS_Shape& shape2, const SMESH_Mesh& mesh, TopAbs_ShapeEnum ancestorType); - /*! * \brief Return orientation of sub-shape in the main shape */