Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseColIBidirectionalEnumerator.h
index 52b7277..371ad85 100644 (file)
@@ -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()
         */