/**
* @brief Gets the absolute path to the each directory of the given storage.
- * @details Gets absolute path among several directories defined in the storage_directory_e.
+ * @details Gets absolute path among several directories defined in the #storage_directory_e.
* @since_tizen 2.3
* @remarks Files saved on the internal/external storage are readable or writable by all applications.\n
* When an application is uninstalled, the files written by that application are not removed from the internal/external storage.\n
/**
* @brief Gets the type (such as internal or external) of the given storage.
- * @details Gets the storage type among defined in the storage_type_e using storage_id.
+ * @details Gets the storage type among defined in the #storage_type_e using storage_id.
* @since_tizen 2.3
* @remarks Determines whether it is an internal or external storage using the input storage_id.
* @param[in] storage_id The storage device
/**
* @brief Gets the current mounted state of storage corresponding to the specified id.
- * @details Gets the storage mounted state among defined in the storage_state_e using storage_id.
+ * @details Gets the storage mounted state among defined in the #storage_state_e using storage_id.
* @since_tizen 2.3
* @remarks Determines whether it is an internal or external storage using the input storage_id.
* @param[in] storage_id The storage device
/**
* @brief Gets the type and the kind of external device for the given storage id.
- * @details Gets the external storage type defined in storage_type_e and kind
- * defined in storage_dev_e using storage_id.
+ * @details Gets the external storage type defined in #storage_type_e and kind
+ * defined in #storage_dev_e using storage_id.
* @since_tizen 5.0
* @remarks Works solely on external storages, not internal storages.
* If @a type is #STORAGE_TYPE_INTERNAL, this function returns #STORAGE_ERROR_INVALID_PARAMETER and @a dev is unchanged.