X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_XMLReader.h;h=412af81a24d7cfef1b78ffac43caff7c1296a2c4;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=b41790c59b50e5912b523b3c0950a009d9079fb5;hpb=ebf7d0a77d8be18ee27cb5964621b652dfa59f26;p=modules%2Fshaper.git diff --git a/src/Config/Config_XMLReader.h b/src/Config/Config_XMLReader.h index b41790c59..412af81a2 100644 --- a/src/Config/Config_XMLReader.h +++ b/src/Config/Config_XMLReader.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + /* * Config_XMLReader.h * @@ -25,15 +27,16 @@ typedef xmlDoc *xmlDocPtr; struct _xmlDoc; //<< -/* - * Base class for all libxml readers. Provides high-level API +/*! + * \class Config_XMLReader + * \brief Base class for all libxml readers. Provides high-level API * for all xml operations. - * - */ +*/ class Config_XMLReader { public: - CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile);CONFIG_EXPORT virtual ~Config_XMLReader(); + CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile); + CONFIG_EXPORT virtual ~Config_XMLReader(); CONFIG_EXPORT void readAll();