[2.2.1] Apply reviewed header file (Base to Collection)
[platform/framework/native/appfw.git] / inc / FBaseColAllElementsDeleter.h
index 9dfb600..dad0b70 100644 (file)
@@ -27,9 +27,9 @@ namespace Tizen { namespace Base { namespace Collection
 {
 /**
  * @struct     AllElementsDeleter
- * @brief      This function object provides a resource clean-up function for collection.
+ * @brief      This function object provides a resource clean-up function for collection.
  *
- * The %AllElementsDeleter struct provides a resource clean-up function for collection. This can be used with unique_ptr as a custom deleter.
+ * The %AllElementsDeleter struct provides a resource clean-up function for collection. This can be used with unique_ptr as a custom deleter.
  *
  * @since 2.0
  */
@@ -41,7 +41,7 @@ struct AllElementsDeleter
         * @since 2.0
         *
         * @param[in] c         The collection to clean up
-        * @remarks                     The collection should be destructible and support the RemoveAll(bool) method.
+        * @remarks                     The collection should be destructible and should support the RemoveAll(bool) method.
         *                                      IList, IMap, and IMultiMap support this concept.
         */
        template< typename Collection >