Salome HOME
Fix fillet validator
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetExprEditor.h
index d51f45805992be503d90a6acff9363eefbbb9b2a..e05a1ecf4c9451e54a868055ef081c6464662a64 100644 (file)
@@ -45,10 +45,10 @@ class ExpressionEditor: public QPlainTextEdit
   /// Returns placeholder list
   QString placeHolderText() const;
 
-  // Returns true if the current value is modified by has not been applyed yet
+  /// Returns true if the current value is modified by has not been applyed yet
   bool isModified() const;
 
-  // Clears modified state
+  /// Clears modified state
   void clearModified();
 
  public slots: