]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Documentation fix
authordbv <dbv@opencascade.com>
Wed, 17 Feb 2016 16:01:57 +0000 (19:01 +0300)
committerdbv <dbv@opencascade.com>
Wed, 17 Feb 2016 16:02:14 +0000 (19:02 +0300)
src/GeomValidators/GeomValidators_BooleanSelection.h
src/GeomValidators/GeomValidators_IntersectionSelection.h

index 19ced9baa4c1891e15523c4b5d71c8c952714028..8271288eefccf75d311e5339946054e083a75ca7 100644 (file)
@@ -12,7 +12,7 @@
 #include <ModelAPI_AttributeValidator.h>
 #include <ModelAPI_Attribute.h>
 
-/// \class GeomValidators_ZeroOffset
+/// \class GeomValidators_BooleanSelection
 /// \ingroup Validators
 /// \brief Validates selection for boolean operation.
 class GeomValidators_BooleanSelection: public ModelAPI_AttributeValidator
index 6773a11baddcd8f84171e09ebef450d47a414d83..35a78c04b510f616dff733bbcc45dd4657552891 100644 (file)
 #include <ModelAPI_AttributeValidator.h>
 #include <ModelAPI_Attribute.h>
 
-/// \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.