Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.h
index 6d385ea5b7e023efd502ba15d83b4117fa5a4916..3b0c4d413ddee0ea7346c415680103899676d307 100644 (file)
@@ -46,7 +46,8 @@ class MODELAPI_EXPORT ModelAPI_Session
 
   //! Starts a new operation (opens a transaction)
   //! \param theId of operation for history (optional)
-  //! \param theAttachedToNested if it is true, it means that this transaction is attached to the nested 
+  //! \param theAttachedToNested if it is true, 
+  //!          it means that this transaction is attached to the nested 
   //!          where it is located and will be committed on the next commit with the nested
   virtual void startOperation(
     const std::string& theId = "", const bool theAttachedToNested = false) = 0;