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