Salome HOME
Updated documentation
[modules/shaper.git] / src / Config / Config_XMLReader.h
index 1a75184b619496a5627c26ef968bf2947272454b..01e64c39494cecb606212073c5daec89c38fd8a9 100644 (file)
@@ -36,6 +36,10 @@ struct _xmlDoc;
 class Config_XMLReader
 {
  public:
+  /*!
+   * Constructor
+   * \param theXmlFile - full path to the xml file which will be processed by the reader
+   */
   CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile);
   CONFIG_EXPORT virtual ~Config_XMLReader();
   /*!