Update doxygen
[platform/core/appfw/appcore-widget.git] / include / widget_app_efl.h
index 4bd1765..8817395 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the License);
  * you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+
 #ifndef __TIZEN_APPFW_WIDGET_APP_EFL_H__
 #define __TIZEN_APPFW_WIDGET_APP_EFL_H__
 
 extern "C" {
 #endif
 
+
 /**
  * @addtogroup CAPI_WIDGET_APP_MODULE
  * @{
  */
 
 /**
- * @brief Gets a evas object for the widget
+ * @brief Gets an Evas object for the widget.
  * @since_tizen 2.3.1
- *
  * @param[in] context The context for widget instance
- * @param[out] win Evas object for window
- *
- * @return 0 on success, otherwise a negative error value
- * @retval #WIDGET_ERROR_NONE Successfull
+ * @param[out] win evas object for window
+ * @return 0 on success,
+ *         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);
 
+
 /**
  * @}
  */
 
+
 #ifdef __cplusplus
 }
 #endif
 
-#endif
+#endif /* __TIZEN_APPFW_WIDGET_APP_EFL_H__ */
+