Salome HOME
Corrections in the documentation of the Config package
[modules/shaper.git] / src / Config / Config_ValidatorMessage.h
index 1863891933a23b4476b6a0c46cc942a6a7ed7cef..d137097f9e25ae2a20f1384a23d65a59db8d0a3d 100644 (file)
 /// Event ID that Validator is loaded (comes with Config_ValidatorMessage)
 static const char * EVENT_VALIDATOR_LOADED = "ValidatorLoaded";
 
+/*!
+ * \class Config_ValidatorMessage
+ * \brief Transmits info about created validator on "ValidatorLoaded" event
+ */
 class Config_ValidatorMessage : public Events_Message
 {
   std::string myValidatorId;