add . for each @brief 59/202959/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 8 Apr 2019 06:49:58 +0000 (15:49 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 8 Apr 2019 06:50:02 +0000 (15:50 +0900)
Change-Id: I96135d5532ba4032530a927e518951b2702880fd
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
include/eom.h

index ed80916..735abd4 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
 #include <Evas.h>
 
 /**
- * @brief Enumeration of External Output Manager (EOM) error type
+ * @brief Enumeration of External Output Manager (EOM) error type.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef enum {
@@ -66,7 +66,7 @@ typedef enum {
 } eom_error_e;
 
 /**
- * @brief Enumeration of external output type
+ * @brief Enumeration of external output type.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef enum {
@@ -91,7 +91,7 @@ typedef enum {
 } eom_output_type_e;
 
 /**
- * @brief Enumeration of external output mode
+ * @brief Enumeration of external output mode.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef enum {
@@ -102,7 +102,7 @@ typedef enum {
 } eom_output_mode_e;
 
 /**
- * @brief Enumeration of External Output Manager (EOM) attributes
+ * @brief Enumeration of External Output Manager (EOM) attributes.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef enum {
@@ -114,7 +114,7 @@ typedef enum {
 } eom_output_attribute_e;
 
 /**
- * @brief Enumeration of External Output Manager (EOM) attribute state
+ * @brief Enumeration of External Output Manager (EOM) attribute state.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef enum {
@@ -126,7 +126,7 @@ typedef enum {
 } eom_output_attribute_state_e;
 
 /**
- * @brief Definition for external output ID
+ * @brief Definition for external output ID.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  */
 typedef unsigned int eom_output_id;