Fix dlog-to-Dlog and Dlogutil-to-dlogutil on documentation
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 7 Aug 2018 07:56:28 +0000 (16:56 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 7 Aug 2018 08:22:26 +0000 (17:22 +0900)
Change-Id: I34c55cf7e5b9a6feacd3b9eee013ad2842dde372
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
doc/dlog_doc.h
include/dlog.h

index 45105af..39805a6 100755 (executable)
@@ -18,7 +18,7 @@
 #define __TIZEN_SYSTEM_DLOG_DOC_H__
 
 /**
- * @defgroup CAPI_SYSTEM_DLOG dlog
+ * @defgroup CAPI_SYSTEM_DLOG Dlog
  * @brief The Dlog API provides functions for sending log output.
  * @ingroup CAPI_SYSTEM_FRAMEWORK
  * @section CAPI_SYSTEM_DLOG_HEADER Required Header
@@ -26,7 +26,7 @@
  *
  * @section CAPI_SYSTEM_DLOG_OVERVIEW Overview
  *
-Sending log message to circular buffer. dlog APIs include Priority and Tag. By using priority and Tag, we can easily filtered messages what we want to see.
+Sending log message to circular buffer. Dlog APIs include Priority and Tag. By using priority and Tag, we can easily filtered messages what we want to see.
 <h2 class="pg">priority</h2>
 priority level indicates the urgency of log message
 
@@ -54,7 +54,7 @@ priority level indicates the urgency of log message
 </table>
 
 <h2 class="pg">Macro example for useful usage</h2>
-The dlog APIs can be used by defining own macros. The macros can be defined like below examples.
+The Dlog APIs can be used by defining own macros. The macros can be defined like below examples.
 Thus, developers can use appropriate method as a matter of convenience.
 
 @code
@@ -109,7 +109,7 @@ If you don't specify any filter, it defaults to *:I<br/>
 If you specify just * as the tag, without priority, its priority defaults to D<br/>
 If you specify any other tag without priority, the priority defaults to V<br/>
 
-Dlogutil allows you to specify buffers. These are:
+dlogutil allows you to specify buffers. These are:
 <table>
 <tr><td>NAME</td><td>REMARKS</td></tr>
 <tr><td>main</td><td>the default, for general platform logging</td></tr>
index 207d51a..922c45f 100644 (file)
@@ -20,7 +20,7 @@
 /**
  * @file dlog.h
  * @version    0.4
- * @brief This file is the header file of interface of dlog.
+ * @brief This file is the header file of interface of Dlog.
  */