Salome HOME
Issue #608: Usage of OCCT in interface -- Wrap classes by SWIG
[modules/shaper.git] / src / Config / Config_WidgetReader.h
index f36f95140b5e88893c354995853cbea354124a2c..a95d8b805b154302decb362ca6c23d1111e5d2d5 100644 (file)
 
 /*!
  * \class Config_WidgetReader
+ * \ingroup Config
  * \brief Class that dumps xml definitions of widgets for
  * further processing in the WidgetFactory
  */
 class Config_WidgetReader : public Config_XMLReader
 {
  public:
+  /*!
+   * Constructor
+   * \param theXmlFile - full path to the xml file which will be processed by the reader
+   */
   CONFIG_EXPORT Config_WidgetReader(const std::string& theXmlFile);
   CONFIG_EXPORT virtual ~Config_WidgetReader();