X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseColIBidirectionalEnumerator.h;h=371ad857c8f5443d52ca22307bcd1bc6d7f375b1;hb=07a771d39ebf4c7f26a04aeb3e06f9d7eb1c6dc2;hp=52b7277ef8a4c1fa0748a9ef85f352f9a1e4109c;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseColIBidirectionalEnumerator.h b/inc/FBaseColIBidirectionalEnumerator.h index 52b7277..371ad85 100644 --- a/inc/FBaseColIBidirectionalEnumerator.h +++ b/inc/FBaseColIBidirectionalEnumerator.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -32,8 +31,8 @@ namespace Tizen { namespace Base { namespace Collection { /** - * @interface IBidirectionalEnumerator - * @brief This interface supports a bidirectional iteration over a collection. + * @interface IBidirectionalEnumerator + * @brief This interface supports a bidirectional iteration over a collection. * * @since 2.0 * @@ -67,7 +66,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_OUT_OF_RANGE The enumerator has passed the front of the collection. * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation, or - * the collection is modified after the enumerator is created. + * the collection is modified after the enumerator is created. * @see Tizen::Base::Collection::IEnumerator::MoveNext() * @see ResetLast() */