Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeMapOfShapes.h
index 1d2c55911c524851fdf2697bbd0499a51b5d92b8..a2c020c2767e6cdce1327bbc58f6912c0a93e146 100644 (file)
@@ -22,7 +22,8 @@ public:
 
   /// \brief Binds list of shapes to the key shape.
   /// \param[in] theKey key shape.
-  /// \param[in] theItems list of shapes. If shapes have duplications in list only one will be stored.
+  /// \param[in] theItems list of shapes. 
+  ///                     If shapes have duplications in list only one will be stored.
   /// \returns true if items bound successfully.
   GEOMAPI_EXPORT bool bind(const std::shared_ptr<GeomAPI_Shape> theKey,
                            const ListOfShape& theItems);