From c7875d0ee4d1762bf8f9526f26ba0b889af81dfe Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Mon, 22 May 2017 13:03:08 +0900 Subject: [PATCH] [History] Align contents for better readability (api review comments) Change-Id: Ib946a15ab0b3ebccaeeb0559d3963f032506a47e Signed-off-by: Somin Kim --- include/context_history.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/include/context_history.h b/include/context_history.h index f90b3f5..b3d2308 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -66,40 +66,40 @@ extern "C" { /** * @deprecated Deprecated since 4.0. - * @brief Definition for the attribute key denoting "hour of day". - * @details This can be used as a key of context_history_record_get_int(). + * @brief Definition for the attribute key denoting "hour of day". + * @details This can be used as a key of context_history_record_get_int(). * @since_tizen 2.4 */ #define CONTEXT_HISTORY_HOUR_OF_DAY "HourOfDay" /** * @deprecated Deprecated since 4.0. - * @brief Definition for the attribute key denoting "audio jack status". - * @details This can be used as a key of context_history_record_get_int(). + * @brief Definition for the attribute key denoting "audio jack status". + * @details This can be used as a key of context_history_record_get_int(). * @since_tizen 2.4 */ #define CONTEXT_HISTORY_AUDIO_JACK "AudioJack" /** * @deprecated Deprecated since 4.0. - * @brief Definition for the attribute key denoting "system volume". - * @details This can be used as a key of context_history_record_get_int(). + * @brief Definition for the attribute key denoting "system volume". + * @details This can be used as a key of context_history_record_get_int(). * @since_tizen 2.4 */ #define CONTEXT_HISTORY_SYSTEM_VOLUME "SystemVolume" /** * @deprecated Deprecated since 4.0. - * @brief Definition for the attribute key denoting "media volume". - * @details This can be used as a key of context_history_record_get_int(). + * @brief Definition for the attribute key denoting "media volume". + * @details This can be used as a key of context_history_record_get_int(). * @since_tizen 2.4 */ #define CONTEXT_HISTORY_MEDIA_VOLUME "MediaVolume" /** * @deprecated Deprecated since 4.0. - * @brief Definition for the attribute key denoting "address". - * @details This can be used as a key of context_history_record_get_string(). + * @brief Definition for the attribute key denoting "address". + * @details This can be used as a key of context_history_record_get_string(). * @since_tizen 2.4 */ #define CONTEXT_HISTORY_ADDRESS "Address" @@ -353,7 +353,7 @@ int context_history_is_supported(context_history_data_e data_type, bool* support * @retval #CONTEXT_HISTORY_ERROR_NONE Successful * @retval #CONTEXT_HISTORY_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CONTEXT_HISTORY_ERROR_PERMISSION_DENIED Permission denied - * @retval #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED Unsupported history data contained + * @retval #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED Unsupported history data * @retval #CONTEXT_HISTORY_ERROR_OPERATION_FAILED Operation failed * @retval #CONTEXT_HISTORY_ERROR_OUT_OF_MEMORY Out of memory * @retval #CONTEXT_HISTORY_ERROR_NO_DATA Requested data does not exist -- 2.7.4