Apply string localization for web
[platform/framework/native/appfw.git] / inc / FIoDirEntry.h
index 4980938..11dbf61 100644 (file)
@@ -37,7 +37,7 @@ namespace Tizen { namespace Io
 
 /**
  * @class      DirEntry
- * @brief      This class stores the information about each directory entry.
+ * @brief      This class provides methods for the information about each directory entry.
  *
  * @since      2.0
  *
@@ -175,13 +175,13 @@ public:
        *
        * @since                2.0
        *
-       * @return               A reference to the calling instance
+       * @return               A reference to the current instance
        * @param[in]    rhs             An instance of %DirEntry
        */
        DirEntry& operator =(const DirEntry& rhs);
 
        /**
-       * Compares the specified instance of Object to the calling instance of %DirEntry.
+       * Compares the specified instance of Tizen::Base::Object to the calling instance of %DirEntry.
        *
        * @since                2.0
        *