Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_ShapeExplorer.h
index 44320fa641f122c653fab52a3a437c791394e4cc..896a65b5a21d871730e58a93fb53db4481ced00f 100644 (file)
@@ -49,11 +49,13 @@ public:
   GEOMAPI_EXPORT
   bool more() const;
 
-  /// Moves to the next Shape in the exploration or do nothing if there are no more shapes to explore.
+  /// Moves to the next Shape in the exploration or do nothing
+  /// if there are no more shapes to explore.
   GEOMAPI_EXPORT
   void next();
 
-  /// \return the current shape in the exploration or empty pointer if this explorer has no more shapes to explore.
+  /// \return the current shape in the exploration or empty pointer
+  /// if this explorer has no more shapes to explore.
   GEOMAPI_EXPORT
   std::shared_ptr<GeomAPI_Shape> current();