Salome HOME
Python test for intersection
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Plugin.h
index e56ac83ea77c79afc93639bfa4a2af8c994c871b..64750feedaf1df11a72a73afae4a0baa0dd459dc 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:        FeaturesPlugin_Plugin.hxx
 // Created:     07 July 2014
 // Author:      Vitaly SMETANNIKOV
@@ -9,6 +11,10 @@
 #include <ModelAPI_Plugin.h>
 #include <ModelAPI_Feature.h>
 
+/**\class FeaturesPlugin_Plugin
+ * \ingroup Plugins
+ * \brief The main class for management the 3D features as plugin.
+ */
 class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin : public ModelAPI_Plugin
 {
  public:
@@ -16,6 +22,7 @@ class FEATURESPLUGIN_EXPORT FeaturesPlugin_Plugin : public ModelAPI_Plugin
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
  public:
+  /// Default constructor
   FeaturesPlugin_Plugin();
 };