From 8964a3df5f804dece4046171cc8b2543945d3c5f Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Wed, 22 May 2024 16:27:43 +0900 Subject: [PATCH] Add missing description for doxygen doc Change-Id: Ice43f038f687fcf0e854e9cfcc0e4ef274e82302 Signed-off-by: Jaehyun Kim --- include/net_connection.h | 2 ++ include/tv/net_connection.h | 2 ++ 2 files changed, 4 insertions(+) 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, -- 2.7.4