From a69c8768462665ea7a6d703a07da0286ff4e1a6d Mon Sep 17 00:00:00 2001 From: SukhyungKang Date: Thu, 14 Mar 2024 13:17:33 +0900 Subject: [PATCH] Fix doxygen command Change-Id: I58a2da6220ce6c03dc8446099ace1e6259e2d9ba Signed-off-by: SukhyungKang --- widget_viewer_evas/include/widget_viewer_evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget_viewer_evas/include/widget_viewer_evas.h b/widget_viewer_evas/include/widget_viewer_evas.h index f9e0a05c..b34cd3c1 100644 --- a/widget_viewer_evas/include/widget_viewer_evas.h +++ b/widget_viewer_evas/include/widget_viewer_evas.h @@ -235,7 +235,7 @@ int widget_viewer_evas_fini(void); * @param[in] parent Evas Object of parent * @param[in] widget_id Widget id * @param[in] content_info Contents that will be given to the widget instance. This value is result of bundle_encode. - * @param[in] period Update period (@c WIDGET_VIEWER_EVAS_DEFAULT_PERIOD can be used for this; this argument will be used to specify the period of updating contents of a widget) + * @param[in] period Update period (#WIDGET_VIEWER_EVAS_DEFAULT_PERIOD can be used for this; this argument will be used to specify the period of updating contents of a widget) * @return Widget Object. NULL on error * @exception #WIDGET_ERROR_NONE Successfully added * @exception #WIDGET_ERROR_NOT_SUPPORTED Not supported -- 2.34.1