From 124e7a33b9a2a79cca65a58cc21ea31e625d9134 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 --- adaptors/public-api/adaptor-framework/widget-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptors/public-api/adaptor-framework/widget-impl.h b/adaptors/public-api/adaptor-framework/widget-impl.h index b592c38..a907f54 100644 --- a/adaptors/public-api/adaptor-framework/widget-impl.h +++ b/adaptors/public-api/adaptor-framework/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