storage: Remove profile version from header files
[platform/core/system/libstorage.git] / include / storage.h
index 992497e..36b9f92 100644 (file)
@@ -46,7 +46,7 @@ extern "C" {
 
 /**
  * @brief Gets the internal memory size.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @param[out] buf A pointer to a statvfs structure
  * @return @c 0 on success,
  *         otherwise a negative error value on failure
@@ -75,7 +75,7 @@ extern int storage_get_internal_memory_size(struct statvfs *buf);
 
 /**
  * @brief Gets the external memory size.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  * @param[out] buf A pointer to a statvfs structure
  * @return @c 0 on success,
  *         otherwise a negative error value on failure