X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColAllElementsDeleter.h;h=9dfb600b105d580a6a6fe2a3730ab4bb64ee9059;hb=07a771d39ebf4c7f26a04aeb3e06f9d7eb1c6dc2;hp=dad0b70b5a853a2da449e0c3433b85bdf0a4277f;hpb=1952cbc28e3684f80ef77f117c5500903db117d0;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColAllElementsDeleter.h b/inc/FBaseColAllElementsDeleter.h index dad0b70..9dfb600 100644 --- a/inc/FBaseColAllElementsDeleter.h +++ b/inc/FBaseColAllElementsDeleter.h @@ -27,9 +27,9 @@ namespace Tizen { namespace Base { namespace Collection { /** * @struct AllElementsDeleter - * @brief This function object provides a resource clean-up function for a collection. + * @brief This function object provides a resource clean-up function for collection. * - * The %AllElementsDeleter struct provides a resource clean-up function for a 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 should support the RemoveAll(bool) method. + * @remarks The collection should be destructible and support the RemoveAll(bool) method. * IList, IMap, and IMultiMap support this concept. */ template< typename Collection >