Salome HOME
Increase selection area of point on 1
[modules/shaper.git] / src / ModelAPI / ModelAPI_FeatureValidator.h
index 6b83d30e8edde7909dd53e6a0998855d315b0ecb..f051c1e0d4a27e23bf64baea4e3cf12f755a7b19 100644 (file)
@@ -29,6 +29,7 @@ class MODELAPI_EXPORT ModelAPI_FeatureValidator : public ModelAPI_Validator
   /// Returns true if feature and/or attributes are valid
   /// \param theFeature the validated feature
   /// \param theArguments list of string, feature attribute names: dependent attributes
+  /// \param theError the error string message if validation fails
   virtual bool isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                        const std::list<std::string>& theArguments,
                        std::string& theError) const = 0;