Update doxygen
[platform/core/base/bundle.git] / include / SLP_bundle_PG.h
old mode 100755 (executable)
new mode 100644 (file)
index 5106081..a6b316f
  *
  * @ingroup SLP_PG
  * @defgroup bundle_PG Bundle
- * @brief A simple string-based dictionary ADT
+ * @brief A simple string-based dictionary ADT.
  * @{
 
 <h1 class="pg">Introduction</h1>
 
 <p> Bundle is a string based Dictionary ADT. A dictionary is an ordered or unordered list of key element pairs, where keys are used to locate elements in the list. </p><br/>
 
-<p> ADT(Abstract data type) An Abstract Data type is defined as a mathematical model of the data objects that make up a data type as well
+<p> ADT (Abstract data type) An Abstract Data type is defined as a mathematical model of the data objects that make up a data type as well
 as the functions that operate on these objects.</p>
 
 <h1 class="pg">Features</h1>