From: Jaehyun Kim Date: Wed, 22 May 2024 07:27:43 +0000 (+0900) Subject: Add missing description for doxygen doc X-Git-Tag: accepted/tizen/unified/20240611.122717^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_9.0;p=platform%2Fcore%2Fapi%2Fconnection.git Add missing description for doxygen doc Change-Id: Ice43f038f687fcf0e854e9cfcc0e4ef274e82302 Signed-off-by: Jaehyun Kim --- diff --git a/include/net_connection.h b/include/net_connection.h index c1a5073..5cdc7b0 100755 --- a/include/net_connection.h +++ b/include/net_connection.h @@ -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, diff --git a/include/tv/net_connection.h b/include/tv/net_connection.h index 28d90b3..3d0e901 100755 --- a/include/tv/net_connection.h +++ b/include/tv/net_connection.h @@ -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,