Update HTML test page to new template. Added Config file selection from UI.
[apps/agl-service-unicens.git] / ucs2-interface / ucs-xml / UcsXml.h
index 2e5eef9..b36e007 100644 (file)
@@ -62,7 +62,7 @@ typedef struct
 /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/\r
 \r
 /**\r
- * \brief Initializes Unicens XML parser module, parses the given string and \r
+ * \brief Initializes Unicens XML parser module, parses the given string and\r
  *        generate the data needed to run Unicens (UCS) library.\r
  *\r
  * \note In case of errors the callback UcsXml_CB_OnError will be raised.\r
@@ -74,7 +74,7 @@ typedef struct
 UcsXmlVal_t *UcsXml_Parse(const char *xmlString);\r
 \r
 /**\r
- * \brief Frees the given structure, generated by UcsXml_Parse. \r
+ * \brief Frees the given structure, generated by UcsXml_Parse.\r
  *\r
  * \note In case of errors the callback UcsXml_CB_OnError will be raised.\r
  * \param val - The structure to be freed.\r