diff mbox series

[v3,46/60] service: Add @sa documentation references.

Message ID 20231221223508.2365510-47-gerickson@nuovations.com (mailing list archive)
State Accepted, archived
Headers show
Series Complete 'continuous' Online Check Mode Implementation. | expand

Commit Message

Grant Erickson Dec. 21, 2023, 10:34 p.m. UTC
This adds additional @sa ("see also") documentation references to the
'handle_online_check_{failure,success}' and 'complete_online_check'
functions.
---
 src/service.c | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/src/service.c b/src/service.c
index 20cc5914a016..c376b559e915 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,