Salome HOME
[PythonAPI] Use _fillAttribute() in some sketch functions
[modules/shaper.git] / src / GeomValidators / GeomValidators_ZeroOffset.h
index e6897060a084b0602e41db2d62e16bdb035dc10d..64fd4ab63ee15a425a0cb5aaf432b782d697c51d 100644 (file)
@@ -21,7 +21,8 @@ public:
   /** \brief Returns true if feature and/or attributes are valid.
    *  \param[in] theFeature the validated feature.
    *  \param[in] theArguments the arguments in the configuration file for this validator.
-   *  \returns true if feature is valid.
+   *  \param[out] theError error message.
+   *  \return true if feature is valid.
    */
   GEOMVALIDATORS_EXPORT virtual bool isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                                              const std::list<std::string>& theArguments,