]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_Tools.h
Salome HOME
Update classes documentation
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index d2b22d386afb296d7e45f38ac368e00d6b181401..a17dc49371c44205dedb472f2a19b7f6b403164b 100644 (file)
@@ -29,9 +29,10 @@ class Handle_Prs3d_DimensionAspect;
 class SketcherPrs_ParameterStyleMessage : public Events_Message
 {
 public:
+  /// \enum ParameterStyle lists styles of parameter
   enum ParameterStyle {
-    ParameterValue, /// using symbol with the parameter value
-    ParameterText /// using parameter text
+    ParameterValue, ///< using symbol with the parameter value
+    ParameterText ///< using parameter text
   };
 
 public: