X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColIMapEnumeratorT.h;h=c0724651b0221c06fc99cb603f3a845d246085b6;hb=f26b0f83d7c103adbd5468d05b5b89772563041f;hp=f10f34efef8f1001b2c2967d2c10c9961741674d;hpb=27f1388665067f69d5eb64e0cae6bb5f4250beec;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColIMapEnumeratorT.h b/inc/FBaseColIMapEnumeratorT.h index f10f34e..c072465 100644 --- a/inc/FBaseColIMapEnumeratorT.h +++ b/inc/FBaseColIMapEnumeratorT.h @@ -26,14 +26,13 @@ #include #include - namespace Tizen { namespace Base { namespace Collection { /** - * @interface IMapEnumeratorT - * @brief This interface supports simple iteration over a template-based map. @n - * Using this method, you can only access the elements in the map. You cannot modify the elements. + * @interface IMapEnumeratorT + * @brief This interface supports simple iteration over a template-based map. @n + * Using this method, you can only access the elements in the map. You cannot modify the elements. * * @since 2.0 * @@ -43,7 +42,7 @@ namespace Tizen { namespace Base { namespace Collection * deleting elements, the enumerator is irrecoverably invalidated. The next call to any method returns an @c E_INVALID_OPERATION message. * * The %IMapEnumeratorT interface supports simple iteration over a template-based map. - * Using this method, you can only access the elements in the map. You cannot modify the elements. + * Using this method, you can only access the elements in the map. You cannot modify the elements. * * For more information on the class features, see HashMap and MultiHashMap. * @@ -67,7 +66,7 @@ public: * @since 2.0 * * @return An error code - * @param[out] key The current key + * @param[out] key The current key * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation. @n * The enumerator is currently positioned before the first element or after the last element or the collection is modified after the enumerator is created. * @exception E_SUCCESS The method is successful. @@ -80,7 +79,7 @@ public: * @since 2.0 * * @return An error code - * @param[out] value The current value + * @param[out] value The current value * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation. @n * The enumerator is currently positioned before the first element or after the last element or the collection is modified after the enumerator is created. * @exception E_SUCCESS The method is successful.