Update doxygen
[platform/core/appfw/appcore-widget.git] / include / widget_app_efl.h
index 7d65cf3..8817395 100644 (file)
@@ -37,11 +37,11 @@ extern "C" {
  * @param[in] context The context for widget instance
  * @param[out] win evas object for window
  * @return 0 on success,
- *                     otherwise a negative error value
+ *         otherwise a negative error value
  * @retval #WIDGET_ERROR_NONE Successful
+ * @retval #WIDGET_ERROR_NOT_SUPPORTED Not supported
  * @retval #WIDGET_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #WIDGET_ERROR_FAULT Failed to make evas object
- * @retval #WIDGET_ERROR_NOT_SUPPORTED Not supported
  */
 int widget_app_get_elm_win(widget_context_h context, Evas_Object **win);