X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Finite.h;h=85b5b9803730fb806d775292833165fa2a9d0e61;hb=b2a662eec6a0258d51a67ee7e341541e7a710752;hp=927142dd66cc6addf3eb32a80611c87bf53effd0;hpb=d42b3c64fb51ebaaacc8b79fb0e86977b488476d;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Finite.h b/src/GeomValidators/GeomValidators_Finite.h index 927142dd6..85b5b9803 100755 --- a/src/GeomValidators/GeomValidators_Finite.h +++ b/src/GeomValidators/GeomValidators_Finite.h @@ -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& theArguments, std::string& theError) const;