]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_WidgetPoint2dDistance.h
Salome HOME
Update classes documentation
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dDistance.h
index 55825c4b648b2a8baf5b0e0dc9d99eaed6b73feb..1c4e05b2a6d1f806fb9c282147600fc5963160e8 100644 (file)
@@ -111,9 +111,9 @@ protected:
   /// Reference to sketch
   CompositeFeaturePtr mySketch;
 
-  bool myValueIsCashed; /// boolean state if the value is cashed during value state change
-  bool myIsFeatureVisibleInCash; /// boolean value if the feature was visible when cash if filled
-  double myValueInCash; /// the cashed X value during value state change
+  bool myValueIsCashed; ///< boolean state if the value is cashed during value state change
+  bool myIsFeatureVisibleInCash; ///< boolean value if the feature was visible when cash if filled
+  double myValueInCash; ///< the cashed X value during value state change
 };
 
 #endif