]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Prism.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Prism.h
index af7f4501b620c25d24898a65fc96c11521c64058..d751d41222d980e8fed05c755d3cbf47ceb4992d 100644 (file)
@@ -34,7 +34,7 @@ public:
 
   /// \brief Creates extrusion for the given shape along the normal for this shape.
   /// \param[in] theBaseShape vertex, edge, wire, face or shell.
-  /// \param[in] theDirection direction of extrusion. 
+  /// \param[in] theDirection direction of extrusion.
   ///                         Can be empty if theBaseShape is planar wire or face.
   /// \param[in] theToSize offset for "to" plane.
   /// \param[in] theFromSize offset for "from" plane.
@@ -45,10 +45,10 @@ public:
 
   /// \brief Creates extrusion for the given shape along the normal for this shape.
   /// \param[in] theBaseShape planar face or wire to be extruded.
-  /// \param[in] theToShape top bounding shape. Can be empty. 
+  /// \param[in] theToShape top bounding shape. Can be empty.
   ///                       In this case offset will be applied to the basis.
   /// \param[in] theToSize offset for "to" plane.
-  /// \param[in] theFromShape bottom bounding shape. Can be empty. 
+  /// \param[in] theFromShape bottom bounding shape. Can be empty.
   ///                         In this case offset will be applied to the basis.
   /// \param[in] theFromSize offset for "from" plane.
   GEOMALGOAPI_EXPORT GeomAlgoAPI_Prism(const GeomShapePtr theBaseShape,
@@ -59,7 +59,7 @@ public:
 
   /// \brief Creates extrusion for the given shape along the normal for this shape.
   /// \param[in] theBaseShape planar face or wire to be extruded.
-  /// \param[in] theDirection direction of extrusion. 
+  /// \param[in] theDirection direction of extrusion.
   ///                         Can be empty if theBaseShape is planar wire or face.
   /// \param[in] theToShape top bounding shape. Can be empty.
   ///                       In this case offset will be applied to the basis.