Fix doxygen command 89/307889/1
authorSukhyungKang <shine.kang@samsung.com>
Thu, 14 Mar 2024 04:17:33 +0000 (13:17 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Thu, 14 Mar 2024 04:17:33 +0000 (13:17 +0900)
Change-Id: I58a2da6220ce6c03dc8446099ace1e6259e2d9ba
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
widget_viewer_evas/include/widget_viewer_evas.h

index f9e0a05c378aae433f0960d8f1d4604e3f3f844f..b34cd3c177490529107e022c00428c9e39b5ee11 100644 (file)
@@ -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