Salome HOME
Update the doxygen documentation for plugins
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.h
index 39f2449fc5fad4e942953f8015801b66bc39d42c..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:
+  /// Default constructor
   ConstructionPlugin_Plugin();
 };