From dc01d1d836e2dd2b34800a37fed3b0d333b822c6 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Wed, 25 Oct 2017 20:48:32 +0900 Subject: [PATCH] Ecore_Evas: Fix a typo for documentation comment '@if' block should be ended with '@endif' This patch fix the typo error. Change-Id: I079146ceadbb03fa8886d3b68f6968f748f6d0f3 Signed-off-by: Wonki Kim --- src/lib/ecore_evas/Ecore_Evas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index ddb73e5..7916b83 100755 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -146,6 +146,7 @@ typedef enum _Ecore_Evas_Engine_Type * * @if MOBILE @since_tizen 3.0 * @elseif WEARABLE @since_tizen 3.0 + * @endif */ typedef enum _Ecore_Evas_Avoid_Damage_Type { -- 2.7.4