Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseColAllElementsDeleter.h
index 70a9414..9dfb600 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);
@@ -21,7 +20,6 @@
  *
  * This header file contains the declarations of the %AllElementsDeleter struct.
  */
-
 #ifndef _FBASE_COL_ALL_ELEMENTS_DELETER_H_
 #define _FBASE_COL_ALL_ELEMENTS_DELETER_H_
 
@@ -43,8 +41,8 @@ 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.
-        *                      IList, IMap, and IMultiMap support this concept.
+        * @remarks                     The collection should be destructible and support the RemoveAll(bool) method.
+        *                                      IList, IMap, and IMultiMap support this concept.
         */
        template< typename Collection >
        void operator ()(Collection* c)