Salome HOME
Merge remote-tracking branch 'origin/cgt/devCEA'
[modules/shaper.git] / src / ModuleBase / ModuleBase_Filter.h
index 4b684e272c76776d8c4e7e18a4e23028dc7e9179..d3a58db9a24240e03658097de450ed72e9bb77a7 100644 (file)
@@ -14,6 +14,7 @@
 #include <list>
 
 /**
+ * \ingroup GUI
  * This object is assigned by the name
  * in the XML file to the specific attribute or to the whole feature.
  * If isOK method of the filter returns "false", it is signalized in user interface
@@ -47,7 +48,7 @@ protected:
 
 protected:
   /// current instance of the OCC selection filter
-  Handle(SelectMgr_Filter) myFilter; 
+  Handle(SelectMgr_Filter) myFilter;
 };
 
 #endif //ModuleBase_Filter