From bd551c800fdc5e407e9fee61baec1d9706d2f66b Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Mon, 6 Mar 2023 17:00:14 +0900 Subject: [PATCH] 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 --- include/display-enum.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4