]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Attribute.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModelAPI / ModelAPI_Attribute.h
index 95fd0544eec181d253eb975ba52d380dec6c8f27..e742ff8d5b3cce09aec39581e8f06956bad24232 100644 (file)
@@ -54,7 +54,8 @@ class ModelAPI_Attribute
   /// \return the previous block value
   MODELAPI_EXPORT bool blockSetInitialized(const bool theBlock);
 
-  /// Set this attribute is argument for result (change of this attribute requires update of result).
+  /// Set this attribute is argument for result 
+  /// (change of this attribute requires update of result).
   /// By default it is true.
   MODELAPI_EXPORT void setIsArgument(const bool theFlag);