Salome HOME
Issue #1112 tab key doesn't work on the last field of left panels
[modules/shaper.git] / src / GeomValidators / GeomValidators_Finite.h
index 927142dd66cc6addf3eb32a80611c87bf53effd0..85b5b9803730fb806d775292833165fa2a9d0e61 100755 (executable)
@@ -18,8 +18,9 @@ class GeomValidators_Finite : public ModelAPI_AttributeValidator
 {
 public:
   //! returns true if attribute is valid
-  //! \param theAttribute the checked attribute
-  //! \param theArguments arguments of the attribute
+  //! \param[in] theAttribute the checked attribute
+  //! \param[in] theArguments arguments of the attribute
+  //! \param[out] theError error message.
   GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
                                              const std::list<std::string>& theArguments,
                                              std::string& theError) const;