From e9bfd943fce0056e41787de267e1d9dd1e2f0513 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 May 2018 13:35:36 +0200 Subject: [PATCH] docs: Mark a few FP_VERIFY_MATCH as constant Add "%" prefix to mark it as a constant in the docs. --- libfprint/sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfprint/sync.c b/libfprint/sync.c index 32b78f07..81b80738 100644 --- a/libfprint/sync.c +++ b/libfprint/sync.c @@ -471,7 +471,7 @@ static void identify_stop_cb(struct fp_dev *dev, void *user_data) * identify against. Each one must have been previously enrolled with a device * compatible to the device selected to perform the scan. * @match_offset: output location to store the array index of the matched - * gallery print (if any was found). Only valid if FP_VERIFY_MATCH was + * gallery print (if any was found). Only valid if %FP_VERIFY_MATCH was * returned. * @img: location to store the scan image. accepts %NULL for no image * storage. If an image is returned, it must be freed with fp_img_free() after @@ -569,7 +569,7 @@ err: * identify against. Each one must have been previously enrolled with a device * compatible to the device selected to perform the scan. * @match_offset: output location to store the array index of the matched - * gallery print (if any was found). Only valid if FP_VERIFY_MATCH was + * gallery print (if any was found). Only valid if %FP_VERIFY_MATCH was * returned. * Performs a new scan and attempts to identify the scanned finger against a