Salome HOME
Update classes documentation
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index d28b37867fc307bf83d3f4f9bda66bab6824e97f..74269e898aa7e563a277cf3e067975076136175a 100755 (executable)
@@ -248,7 +248,7 @@ Q_OBJECT
 
   //! Delete features. Delete the referenced features. There can be a question with a list of
   //! referenced objects.
-  //! \param theList an objects to be deleted
+  //! \param theFeatures a list of objects to be deleted
   //! \param theIgnoredFeatures a list of features to be ignored during delete
   bool deleteFeatures(const QObjectPtrList& theFeatures,
                       const std::set<FeaturePtr>& theIgnoredFeatures = std::set<FeaturePtr>());