From: dbv Date: Wed, 17 Feb 2016 16:01:57 +0000 (+0300) Subject: Documentation fix X-Git-Tag: V_2.2.0~106 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=199989bea24edad7082df0463747b5cedc703bc7;p=modules%2Fshaper.git Documentation fix --- diff --git a/src/GeomValidators/GeomValidators_BooleanSelection.h b/src/GeomValidators/GeomValidators_BooleanSelection.h index 19ced9baa..8271288ee 100644 --- a/src/GeomValidators/GeomValidators_BooleanSelection.h +++ b/src/GeomValidators/GeomValidators_BooleanSelection.h @@ -12,7 +12,7 @@ #include #include -/// \class GeomValidators_ZeroOffset +/// \class GeomValidators_BooleanSelection /// \ingroup Validators /// \brief Validates selection for boolean operation. class GeomValidators_BooleanSelection: public ModelAPI_AttributeValidator diff --git a/src/GeomValidators/GeomValidators_IntersectionSelection.h b/src/GeomValidators/GeomValidators_IntersectionSelection.h index 6773a11ba..35a78c04b 100644 --- a/src/GeomValidators/GeomValidators_IntersectionSelection.h +++ b/src/GeomValidators/GeomValidators_IntersectionSelection.h @@ -12,14 +12,14 @@ #include #include -/// \class GeomValidators_ZeroOffset +/// \class GeomValidators_IntersectionSelection /// \ingroup Validators -/// \brief Validates selection for boolean operation. +/// \brief Validates selection for intersection operation. class GeomValidators_IntersectionSelection: public ModelAPI_AttributeValidator { public: /// \return True if the attribute is valid. It checks whether the selection - /// is acceptable for boolean operation. + /// is acceptable for intersection operation. /// \param[in] theAttribute an attribute to check. /// \param[in] theArguments a filter parameters. /// \param[out] theError error message.