Update doxygen 52/214752/2
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 26 Sep 2019 05:48:50 +0000 (14:48 +0900)
committerMyungKi Lee <mk5004.lee@samsung.com>
Thu, 26 Sep 2019 23:56:47 +0000 (23:56 +0000)
Change-Id: Ic7ede0ba9ef9f69445624f9073a798ea5954dcb8
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
include/minicontrol-provider.h
include/minicontrol-type.h
include/minicontrol-viewer.h

index c1721cdd38b568fa56043b075be66d7b85acd4b6..b4fb2bfd49622f6cacac7a0a99e7ce6b8bdf1a1e 100644 (file)
@@ -62,10 +62,10 @@ typedef void (*minicontrol_event_cb)(minicontrol_viewer_event_e event_type, bund
  * @param[in] callback A callback function for events originated by minicontrol viewer
  * @return Evas object of minicontrol. NULL on error
  * @exception #MINICONTROL_ERROR_NONE Success
+ * @exception #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @exception #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @exception #MINICONTROL_ERROR_ELM_FAILURE Some error occurred when creating a  minicontrol window
  * @exception #MINICONTROL_ERROR_OUT_OF_MEMORY Out of memory
- * @exception #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @see #minicontrol_target_viewer_e
  * @see #minicontrol_event_cb
  * @see get_last_result()
@@ -82,8 +82,8 @@ Evas_Object *minicontrol_create_window(const char *name, minicontrol_target_view
  * @return #MINICONTROL_ERROR_NONE on success,
  *         otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_NONE Success
- * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @retval #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
+ * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @see #minicontrol_provider_event_e
  * @see #minicontrol_create_window
  */
index ef29abc7d944cd714bc962e324fb992812fa612a..8ad311400da7ced0658c94aa5033fa95c94e0b99 100644 (file)
@@ -105,7 +105,7 @@ typedef enum {
 } minicontrol_event_e;
 
 /**
- * @brief Enumeration for types of events which will be sent by minicontrol_send_event.
+ * @brief Enumeration for types of events which will be sent by minicontrol_send_event().
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 5.0 @endif
  */
 typedef enum {
@@ -114,7 +114,7 @@ typedef enum {
 } minicontrol_provider_event_e;
 
 /**
- * @brief Enumeration for types of events which will be sent by minicontrol_viewer_send_event.
+ * @brief Enumeration for types of events which will be sent by minicontrol_viewer_send_event().
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 5.0 @endif
  */
 typedef enum {
index 67531b2e1d9245edf723ba57d82245011b01ddd8..ed72f805086808e23e4731e2cae6ec0b666b90bd 100644 (file)
@@ -47,9 +47,9 @@ extern "C" {
  * @param[in] minicontrol_name Name of minicontrol
  * @return Evas object of minicontrol. NULL on error
  * @exception #MINICONTROL_ERROR_NONE Success
+ * @exception #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @exception #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @exception #MINICONTROL_ERROR_ELM_FAILURE Some error occurred when creating a minicontrol window
- * @exception #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @see get_last_result()
  */
 Evas_Object *minicontrol_viewer_add(Evas_Object *parent, const char *minicontrol_name);
@@ -63,8 +63,8 @@ Evas_Object *minicontrol_viewer_add(Evas_Object *parent, const char *minicontrol
  * @return #MINICONTROL_ERROR_NONE on success,
  *         otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_NONE Success
- * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @retval #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
+ * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @see #minicontrol_viewer_event_e
  */
 int minicontrol_viewer_send_event(const char *minicontrol_name, minicontrol_viewer_event_e event, bundle *event_arg);
@@ -91,10 +91,10 @@ typedef void (*minicontrol_viewer_event_cb)(minicontrol_event_e event, const cha
  * @return #MINICONTROL_ERROR_NONE on success,
  *         otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_NONE Success
+ * @retval #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @retval #MINICONTROL_ERROR_IPC_FAILURE IPC failure
  * @retval #MINICONTROL_ERROR_OUT_OF_MEMORY Out of memory
- * @retval #MINICONTROL_ERROR_NOT_SUPPORTED Not supported
  * @see #minicontrol_viewer_unset_event_cb
  * @see #minicontrol_viewer_event_cb
  */