Salome HOME
Update the Doxygen documentation for the Model* packages
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeValidator.h
index 1cf46a54cde7b10ccb2e8feb1586ee165d223138..142c91c233689bb32a729ca6e232263c3b8b2a9f 100644 (file)
 class ModelAPI_AttributeValidator : public ModelAPI_Validator
 {
 public:
-  //! returns true if attribute is valid
+  //! \returns true if attribute is valid
   //! \param theAttribute the checked attribute
   //! \param theArguments arguments of the attribute
+  //! \param theError the error string message if validation fails
   virtual bool isValid(const AttributePtr& theAttribute,
                        const std::list<std::string>& theArguments,
                        std::string& theError) const = 0;