From b44e417bcae0fa920343dc9b876a9434b3789ba4 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Tue, 22 May 2018 17:00:45 +0200
Subject: [PATCH] docs: Fix '\sa' doxygen references

---
 libfprint/sync.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/libfprint/sync.c b/libfprint/sync.c
index af26272..0c43953 100644
--- a/libfprint/sync.c
+++ b/libfprint/sync.c
@@ -430,8 +430,9 @@ err:
  * function is just a shortcut to calling fp_verify_finger_img() with a NULL
  * image output parameter.
  *
+ * See also fp_verify_finger_img().
+ *
  * Returns: negative code on error, otherwise a code from #fp_verify_result
- * \sa fp_verify_finger_img()
  */
 API_EXPORTED int fp_verify_finger(struct fp_dev *dev,
 	struct fp_print_data *enrolled_print)
@@ -576,8 +577,9 @@ err:
  * shortcut to calling fp_identify_finger_img() with a %NULL image output
  * parameter.
  *
+ * See also fp_identify_finger_img().
+ *
  * Returns: negative code on error, otherwise a code from #fp_verify_result
- * \sa fp_identify_finger_img()
  */
 API_EXPORTED int fp_identify_finger(struct fp_dev *dev,
 	struct fp_print_data **print_gallery, size_t *match_offset)