Salome HOME
Doxygen warning fixes
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.h
index 12e5ddb86a91ef2d4f581da500541337fb292c53..a7cf23c5b9942f074f1965ac722215e7686f667f 100644 (file)
@@ -92,14 +92,17 @@ Q_OBJECT
 signals:
   /// The operation is started
   void beforeStarted();
+  /// The operation is started
   void started();
 
   /// The operation is aborted
   void beforeAborted();
+  /// The operation is aborted
   void aborted();
 
   /// The operation is committed
   void beforeCommitted();
+  /// The operation is committed
   void committed();
 
   /// The operation is aborted or committed