Salome HOME
Issue #2024 Redesign of circle and arc of circle: message of reentrant Line should...
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.h
index a8c3049c83a9e5b531eeb104bad9e56a7dceaa08..a7ec72fc43e56b3ff5c4935d27ded5f7e2ad6403 100644 (file)
 #include "ModelAPI_Plugin.h"
 #include "ModelAPI_Feature.h"
 
+/**\class ConstructionPlugin_Plugin
+ * \ingroup Plugins
+ * \brief The main class for management the construction features as plugin.
+ */
 class CONSTRUCTIONPLUGIN_EXPORT ConstructionPlugin_Plugin : public ModelAPI_Plugin
 {
- public:
+public:
   /// Creates the feature object of this plugin by the feature string ID
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
- public:
-  /// Is needed for python wrapping by swig
+  /// Default constructor
   ConstructionPlugin_Plugin();
 };