docs: Mark a few FP_VERIFY_MATCH as constant
Add "%" prefix to mark it as a constant in the docs.
This commit is contained in:
parent
614e2286c2
commit
e9bfd943fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
* identify against. Each one must have been previously enrolled with a device
|
||||||
* compatible to the device selected to perform the scan.
|
* compatible to the device selected to perform the scan.
|
||||||
* @match_offset: output location to store the array index of the matched
|
* @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.
|
* returned.
|
||||||
* @img: location to store the scan image. accepts %NULL for no image
|
* @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
|
* 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
|
* identify against. Each one must have been previously enrolled with a device
|
||||||
* compatible to the device selected to perform the scan.
|
* compatible to the device selected to perform the scan.
|
||||||
* @match_offset: output location to store the array index of the matched
|
* @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.
|
* returned.
|
||||||
|
|
||||||
* Performs a new scan and attempts to identify the scanned finger against a
|
* Performs a new scan and attempts to identify the scanned finger against a
|
||||||
|
|
Loading…
Reference in a new issue