X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Plugin.h;h=ba497f466106c932e1e4d5dde1dc7fd4e36b605f;hb=0213528bdfe5b97da3a23e34361d69944b825ffb;hp=0671d1b597f6ad4889581bd1c7613899cea3ab48;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Plugin.h b/src/ExchangePlugin/ExchangePlugin_Plugin.h index 0671d1b59..ba497f466 100644 --- a/src/ExchangePlugin/ExchangePlugin_Plugin.h +++ b/src/ExchangePlugin/ExchangePlugin_Plugin.h @@ -1,8 +1,8 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -// File: ExchangePlugin_Plugin.hxx -// Created: 07 July 2014 -// Author: Vitaly SMETANNIKOV +// File: ExchangePlugin_Plugin.h +// Created: Aug 28, 2014 +// Author: Sergey BELASH #ifndef EXCHANGEPLUGIN_PLUGIN_H_ #define EXCHANGEPLUGIN_PLUGIN_H_ @@ -11,6 +11,11 @@ #include #include +/** + * \class ExchangePlugin_Plugin + * \ingroup Plugins + * \brief The main class for management import and export operations as plugin. + */ class EXCHANGEPLUGIN_EXPORT ExchangePlugin_Plugin : public ModelAPI_Plugin { public: @@ -18,7 +23,6 @@ class EXCHANGEPLUGIN_EXPORT ExchangePlugin_Plugin : public ModelAPI_Plugin virtual FeaturePtr createFeature(std::string theFeatureID); public: - /// Is needed for python wrapping by swig ExchangePlugin_Plugin(); };