From: SukhyungKang Date: Thu, 14 Mar 2024 04:17:33 +0000 (+0900) Subject: Fix doxygen command X-Git-Tag: accepted/tizen/unified/20240315.111158~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58ab5b67b3aabf04f7297ea877ae92da17c5f3a2;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Fix doxygen command Change-Id: I58a2da6220ce6c03dc8446099ace1e6259e2d9ba Signed-off-by: SukhyungKang --- 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