Add missing description for doxygen doc 48/311548/1 accepted/tizen_9.0_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241030.232640 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 tizen_9.0_m2_release
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 c1a50739b846c3c60e8beeb7dd61b1e776a953a9..5cdc7b0ee82392f5eb907a1cac6e0863fbb13a8f 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 28d90b350236247a81fd1e8dd71c769dd18cb0b7..3d0e9013d18f0ab9785029c376d8f978a26b8f44 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,