Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ValidatorTransform.h
index b1bb5c256347d3c08121aa412c24806298c457ba..b957253e33c28bdd2766f7aea3f4ddcb679307ff 100755 (executable)
@@ -9,16 +9,18 @@
 
 #include "ModelAPI_AttributeValidator.h"
 
-/**
-* \ingroup Validators
-* A validator of selection
-*/
+/** \class FeaturesPlugin_ValidatorTransform
+ *  \ingroup Validators
+ *  \brief A validator of selection
+ */
 class FeaturesPlugin_ValidatorTransform : public ModelAPI_AttributeValidator
 {
  public:
-  //! returns true if attribute is valid
-  //! \param theAttribute the checked attribute
-  //! \param theArguments arguments of the attribute
+  /** \return true if attribute is valid
+   *  \param theAttribute the checked attribute
+   *  \param theArguments arguments of the attribute
+   *  \param theError error message
+   */
   virtual bool isValid(const AttributePtr& theAttribute,
                        const std::list<std::string>& theArguments,
                        std::string& theError) const;