From 455a66af54e7d81be5c528782dfa82e57de03c86 Mon Sep 17 00:00:00 2001 From: Mateusz Majewski Date: Fri, 31 Jan 2020 16:43:28 +0100 Subject: [PATCH] Fix the docs a bit Change-Id: Ief7de9cad5383f3d8058771a5630653c0445fd35 --- include/dlogutil.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/dlogutil.h b/include/dlogutil.h index 157483a..979ac2a 100644 --- a/include/dlogutil.h +++ b/include/dlogutil.h @@ -104,7 +104,7 @@ int dlogutil_entry_get_pid(const dlogutil_entry_s *entry, pid_t *pid); * @param[out] tag Log tag * @return An error code * @retval TIZEN_ERROR_NONE Success - * @retval TIZEN_ERROR_NO_DATA Message is missing + * @retval TIZEN_ERROR_NO_DATA The tag is missing */ int dlogutil_entry_get_tag(const dlogutil_entry_s *entry, const char **tag); @@ -118,7 +118,7 @@ int dlogutil_entry_get_tag(const dlogutil_entry_s *entry, const char **tag); * @param[out] msg Log message * @return An error code * @retval TIZEN_ERROR_NONE Success - * @retval TIZEN_ERROR_NO_DATA Message is missing + * @retval TIZEN_ERROR_NO_DATA The message is missing */ int dlogutil_entry_get_message(const dlogutil_entry_s *entry, const char **msg); @@ -132,7 +132,7 @@ int dlogutil_entry_get_message(const dlogutil_entry_s *entry, const char **msg); * @param[out] ts Timestamp of the entry * @return An error code * @retval TIZEN_ERROR_NONE Success - * @retval TIZEN_ERROR_NO_DATA Message is missing + * @retval TIZEN_ERROR_NO_DATA The timestamp is missing * @see dlogutil_get_traits() */ int dlogutil_entry_get_timestamp(const dlogutil_entry_s *entry, dlogutil_sorting_order_e order, struct timespec *ts); @@ -144,7 +144,7 @@ int dlogutil_entry_get_timestamp(const dlogutil_entry_s *entry, dlogutil_sorting * @param[out] prio Log priority * @return An error code * @retval TIZEN_ERROR_NONE Success - * @retval TIZEN_ERROR_NO_DATA Priority is missing + * @retval TIZEN_ERROR_NO_DATA The priority is missing */ int dlogutil_entry_get_priority(const dlogutil_entry_s *entry, log_priority *prio); -- 2.7.4