Proofread header file
[platform/core/system/libstorage.git] / include / storage.h
index 235c72b..0665cf3 100644 (file)
 extern "C" {
 #endif
 
+
 /**
- * @file        storage.h
- * @ingroup     FRAMEWORK/SYSTEM
- * @brief       This file contains the API for the status of devices.
- * @author      TIZEN
- * @date        2013-02-15
- * @version     0.1
+ * @file storage.h
+ * @ingroup FRAMEWORK/SYSTEM
+ * @brief This file contains the API for the status of devices.
+ * @author TIZEN
+ * @date 2013-02-15
+ * @version 0.1
  */
 
+
  /**
  * @addtogroup CAPI_SYSTEM_STORAGE_MODULE
  * @{
  */
 
+
 #include <sys/statvfs.h>
 #include "storage-expand.h"
 
+
 /**
- * @fn int storage_get_internal_memory_size(struct statvfs *buf)
+ * @brief int storage_get_internal_memory_size(struct statvfs *buf).
  * @brief This generic API is used to get the internal memory size.
- *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
  * @param[out] buf A pointer to a statvfs structure
  * @return @c 0 on success,
  *         otherwise a negative error value on failure
- * @see
  * @par Example:
  * @code
  *     ...
@@ -72,16 +73,14 @@ extern int storage_get_internal_memory_size(struct statvfs *buf);
 extern int storage_get_internal_memory_size64(struct statvfs *buf);
 #endif
 
+
 /**
- * @fn int storage_get_external_memory_size(struct statvfs *buf)
+ * @brief int storage_get_external_memory_size(struct statvfs *buf).
  * @brief This generic API is used to get the external memory size.
- *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- *
  * @param[out] buf A pointer to a statvfs structure
  * @return @c 0 on success,
  *         otherwise a negative error value on failure
- * @see
  * @par Example:
  * @code
  *     ...
@@ -110,6 +109,7 @@ extern int __REDIRECT_NTH(storage_get_external_memory_size,
 extern int storage_get_external_memory_size64(struct statvfs *buf);
 #endif
 
+
 /**
  * @}
  */