Salome HOME
Partition naming
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Validators.h
index b4b6a437eea922e443293ca1072dbc7336ea4524..ab1a142f9a2fb72b2450307987189a4ff7c15388 100644 (file)
@@ -38,11 +38,21 @@ public:
                        std::string& theError) const;
 };
 
+/**
+ * \class ExchangePlugin_ImportFormatValidator
+ * \ingroup Validators
+ * \brief Validator for the import format.
+ */
 class ExchangePlugin_ImportFormatValidator : public ExchangePlugin_FormatValidator
 {
 
 };
 
+/**
+ * \class ExchangePlugin_ExportFormatValidator
+ * \ingroup Validators
+ * \brief Validator for the export format.
+ */
 class ExchangePlugin_ExportFormatValidator : public ExchangePlugin_FormatValidator
 {