From: Yunhee Seo Date: Mon, 6 Mar 2023 08:00:14 +0000 (+0900) Subject: display: Add close comment to keep doxygen group format X-Git-Tag: accepted/tizen/unified/20230307.163818^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd551c800fdc5e407e9fee61baec1d9706d2f66b;p=platform%2Fcore%2Fapi%2Fdevice.git display: Add close comment to keep doxygen group format Add close comment to keep doxygen group format. Change-Id: I78bf5d26321c8068ba0f30d4ca844e8619d933fd Signed-off-by: Yunhee Seo --- diff --git a/include/display-enum.h b/include/display-enum.h index ce92211..fc45527 100644 --- a/include/display-enum.h +++ b/include/display-enum.h @@ -21,6 +21,10 @@ typedef enum DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */ } display_state_e; +/** + * @} + */ + #ifdef __cplusplus } #endif