Salome HOME
PLaneGCSSolver: It is not necessary to adjust Angle constraint (issue #1536)
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index a9fc2f07717f1f7141f539adbd316f7656d0c424..66eb18225d371b0cd2ba02b94a0b50581c36a0dc 100644 (file)
@@ -142,8 +142,8 @@ class ModelAPI_Feature : public ModelAPI_Object
   /// Returns the feature is stable or not.
   MODELAPI_EXPORT virtual bool isStable();
 
-  /// Performs some functionality for the indes
-  /// \param theAttributeId an action key
+  /// Performs some custom feature specific functionality (normally called by some GUI button)
+  /// \param theActionId an action key
   /// \return a boolean value about it is performed
   MODELAPI_EXPORT virtual bool customAction(const std::string& theActionId);