aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-21 14:34:53 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-23 13:19:19 +0100
commit296da05b7eee455729944ff53440deaf9beb449a (patch)
tree37844c063e48681f289e06e9ceb5a4c06e44abb2
parent1748efb283925fc56f8ea794410dfc5f36c05dc9 (diff)
downloadconnman-296da05b7eee455729944ff53440deaf9beb449a.tar.gz
service: Add @sa documentation references.
This adds additional @sa ("see also") documentation references to the 'handle_online_check_{failure,success}' and 'complete_online_check' functions.
-rw-r--r--src/service.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/service.c b/src/service.c
index 20cc5914a..c376b559e 100644
--- a/src/service.c
+++ b/src/service.c
@@ -3220,6 +3220,8 @@ static bool handle_continuous_online_check_success(
* false.
*
* @sa handle_online_check_failure
+ * @sa handle_oneshot_online_check_success
+ * @sa handle_continuous_online_check_success
*
*/
static bool handle_online_check_success(struct connman_service *service,
@@ -3514,6 +3516,8 @@ static bool handle_continuous_online_check_failure(
* false.
*
* @sa handle_online_check_success
+ * @sa handle_oneshot_online_check_failure
+ * @sa handle_continuous_online_check_failure
*
*/
static bool handle_online_check_failure(struct connman_service *service,
@@ -3615,6 +3619,9 @@ done:
* @sa start_online_check
* @sa start_online_check_if_connected
* @sa __connman_service_wispr_start
+ * @sa handle_online_check_success
+ * @sa handle_online_check_failure
+ * @sa reschedule_online_check
*
*/
static void complete_online_check(struct connman_service *service,