Salome HOME
Documentation fixes.
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ImportFeature.h
index 62a7c84b81173465fd8032649b58dc1f3b853967..afb436b19e2d34951b9a3c0f39c4b8d54e020f8a 100644 (file)
@@ -13,7 +13,8 @@
 
 #include <map>
 
-  /**\class ExchangePlugin_ImportFeature
+/**
+ * \class ExchangePlugin_ImportFeature
  * \ingroup Plugins
  * \brief Feature for import shapes from the external files in CAD formats.
  *
@@ -22,7 +23,7 @@
 class ExchangePlugin_ImportFeature : public ModelAPI_Feature
 {
  public:
-  /// Extrusion kind
+  /// Feature kind
   inline static const std::string& ID()
   {
     static const std::string MY_IMPORT_ID("Import");