From 884c50b2b25c462c1c20a1f25c67a5ac03e92876 Mon Sep 17 00:00:00 2001 From: "Seungho, Baek" Date: Tue, 16 Jan 2018 16:08:31 +0900 Subject: [PATCH] Fix doxygen format - modify "/*" -> "/**" in widget-impl.h: 154 Change-Id: Ie1c3811eec8078cb7b1f68c1fbfed6ff202931b5 Signed-off-by: Seungho, Baek --- dali/internal/system/common/widget-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/internal/system/common/widget-impl.h b/dali/internal/system/common/widget-impl.h index 447c1d0..c7e6979 100644 --- a/dali/internal/system/common/widget-impl.h +++ b/dali/internal/system/common/widget-impl.h @@ -151,7 +151,7 @@ protected: public: class Impl; // Class declaration is public so we can internally add devel API's to the WidgetImpl - /* + /** * Set pointer of WidgetImpl Internal. * @SINCE_1_3_5 */ -- 2.7.4