Fix unknown function on API's description 71/318571/2
authorurmain <wn.jang@samsung.com>
Wed, 2 Oct 2024 08:05:37 +0000 (17:05 +0900)
committerurmain <wn.jang@samsung.com>
Wed, 2 Oct 2024 08:07:22 +0000 (17:07 +0900)
Change-Id: I72eab82f92009f83f622fd66850c00110b9cbe81

capi/mmi.h

index 289e85e77edae3978e577574575e6313cdc0255d..ceb2a317ad507a418864c5c49aff43db20a6d3fa 100644 (file)
@@ -244,7 +244,8 @@ int mmi_custom_workflow_instance_create(mmi_workflow_h workflow, mmi_workflow_in
  * @pre The workflow instance must have been created and activated before calling this function.
  * @post The workflow instance is destroyed and its handle becomes invalid.
  *
- * @see mmi_workflow_instance_create()
+ * @see mmi_standard_workflow_instance_create()
+ * @see mmi_custom_workflow_instance_create()
  * @see mmi_workflow_instance_activate()
 */
 int mmi_workflow_instance_destroy(mmi_workflow_instance_h instance);
@@ -264,7 +265,8 @@ int mmi_workflow_instance_destroy(mmi_workflow_instance_h instance);
  * @pre The workflow instance must have been created before calling this function.
  * @post The workflow instance is ready to process inputs and emit outputs.
  *
- * @see mmi_workflow_instance_create()
+ * @see mmi_standard_workflow_instance_create()
+ * @see mmi_custom_workflow_instance_create()
  * @see mmi_workflow_instance_deactivate()
 */
 int mmi_workflow_instance_activate(mmi_workflow_instance_h instance);