[History] Align contents for better readability (api review comments) 25/130325/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 22 May 2017 04:03:08 +0000 (13:03 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Mon, 22 May 2017 04:03:08 +0000 (13:03 +0900)
Change-Id: Ib946a15ab0b3ebccaeeb0559d3963f032506a47e
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/context_history.h

index f90b3f5..b3d2308 100644 (file)
@@ -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