X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Rotation.h;h=1326e7ac55f90488149e5328a2f5f770021d6fc3;hb=85b662214060cf733b44ac7822e3e4db49e2da4b;hp=57316316603250344466403abca713cc1103d097;hpb=2ba159c01a53a7810d82ec5795b4b3be96308fdf;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Rotation.h b/src/FeaturesPlugin/FeaturesPlugin_Rotation.h index 573163166..1326e7ac5 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_Rotation.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Rotation.h @@ -13,10 +13,9 @@ #include -/** \class FeaturesPlugin_Rotation - * \ingroup Plugins - * \brief Feature for rotation objects around the axis. - */ +/// \class FeaturesPlugin_Rotation +/// \ingroup Plugins +/// \brief Feature for rotation objects around the axis. class FeaturesPlugin_Rotation : public ModelAPI_Feature { public: @@ -65,7 +64,7 @@ class FeaturesPlugin_Rotation : public ModelAPI_Feature FeaturesPlugin_Rotation(); private: - void LoadNamingDS(const GeomAlgoAPI_Rotation& theRotaionAlgo, + void loadNamingDS(GeomAlgoAPI_Rotation& theRotaionAlgo, std::shared_ptr theResultBody, std::shared_ptr theBaseShape); };