X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColAllElementsDeleter.h;h=dad0b70b5a853a2da449e0c3433b85bdf0a4277f;hb=60d143778a54ae4c638a08d8c7304b099f70434e;hp=9dfb600b105d580a6a6fe2a3730ab4bb64ee9059;hpb=1b9f6ea4dd0e9a4d55f950755677bd746f519a23;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColAllElementsDeleter.h b/inc/FBaseColAllElementsDeleter.h index 9dfb600..dad0b70 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 collection. + * @brief This function object provides a resource clean-up function for a 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 a 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 >