Salome HOME
Update classes documentation
[modules/shaper.git] / src / PartSet / PartSet_WidgetShapeSelector.h
index 9f8c44da659c2da5c32ae7960639d612eea5936b..8a0ee84de47fc5e3e690065adf7933064ea87c00 100644 (file)
@@ -62,6 +62,7 @@ protected:
   /// Creates a backup of the current values of the attribute
   /// It should be realized in the specific widget because of different
   /// parameters of the current attribute
+  /// \param theAttribute an attribute
   /// \param theValid a boolean flag, if restore happens for valid parameters
   void restoreAttributeValue(const AttributePtr& theAttribute, const bool theValid);
 
@@ -72,7 +73,7 @@ protected:
   /// Pointer to a sketch 
   CompositeFeaturePtr mySketch;
 
-  bool myUseSketchPlane; /// state whether the sketch plane filter should be switched on
+  bool myUseSketchPlane; ///< state whether the sketch plane filter should be switched on
 };
 
 #endif
\ No newline at end of file