Remove packaging folder
[apps/agl-service-unicens.git] / ucs2-interface / ucs-xml / UcsXml.h
index 2e5eef9..8aff893 100644 (file)
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------------------------------*/\r
-/* Unicens XML Parser                                                                             */\r
+/* UNICENS XML Parser                                                                             */\r
 /* Copyright 2017, Microchip Technology Inc. and its subsidiaries.                                */\r
 /*                                                                                                */\r
 /* Redistribution and use in source and binary forms, with or without                             */\r
@@ -38,7 +38,7 @@ extern "C" {
 #include <stdint.h>\r
 #include "ucs_api.h"\r
 \r
-/** Structure holding informations to startup Unicens (UCS).\r
+/** Structure holding informations to startup UNICENS (UCS).\r
  *  Pass all these variables to the UCS manager structure, but not pInternal.\r
  *  */\r
 typedef struct\r
@@ -62,8 +62,8 @@ typedef struct
 /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/\r
 \r
 /**\r
- * \brief Initializes Unicens XML parser module, parses the given string and \r
- *        generate the data needed to run Unicens (UCS) library.\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
  * \param xmlString - Zero terminated XML string. The string will not be used\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