Add missing description for doxygen doc 48/311548/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240611.122717 accepted/tizen/unified/dev/20240620.003723 accepted/tizen/unified/toolchain/20240624.121334 accepted/tizen/unified/x/20240612.025902 accepted/tizen/unified/x/asan/20240625.092105
authorJaehyun Kim <jeik01.kim@samsung.com>
Wed, 22 May 2024 07:27:43 +0000 (16:27 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Wed, 22 May 2024 07:27:43 +0000 (16:27 +0900)
Change-Id: Ice43f038f687fcf0e854e9cfcc0e4ef274e82302
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/net_connection.h
include/tv/net_connection.h

index c1a5073..5cdc7b0 100755 (executable)
@@ -965,6 +965,8 @@ int connection_get_profile_iterator(connection_h connection,
 /**
  * @brief Moves the profile iterator to the next position and gets a profile handle.
  * @since_tizen 2.3
+ * @remarks The @a profile will be destroyed automatically when the profile iterator is destroyed.
+ *          Make a copy if you want to keep using it.
  * @param[in] profile_iterator  The iterator of profile
  * @param[out] profile          The profile handle
  * @return @c 0 on success,
index 28d90b3..3d0e901 100755 (executable)
@@ -848,6 +848,8 @@ int connection_get_profile_iterator(connection_h connection,
 /**
  * @brief Moves the profile iterator to the next position and gets a profile handle.
  * @since_tizen 2.3
+ * @remarks The @a profile will be destroyed automatically when the profile iterator is destroyed.
+ *          Make a copy if you want to keep using it.
  * @param[in] profile_iterator  The iterator of profile
  * @param[out] profile          The profile handle
  * @return @c 0 on success,