mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
doc: Fix warning about fp_capture_result
The enum values need to be documented before the enum itself, otherwise this warning is thrown: warning: Value descriptions for fp_capture_result are missing in source code comment block.
This commit is contained in:
@@ -163,11 +163,10 @@ int fp_dev_supports_dscv_print(struct fp_dev *dev, struct fp_dscv_print *print)
|
||||
|
||||
/**
|
||||
* fp_capture_result:
|
||||
* Whether a capture failed or completed.
|
||||
*
|
||||
* @FP_CAPTURE_COMPLETE: Capture completed successfully, the capture data has been returned to the caller.
|
||||
* @FP_CAPTURE_FAIL: Capture failed
|
||||
*
|
||||
* Whether a capture failed or completed.
|
||||
*/
|
||||
enum fp_capture_result {
|
||||
FP_CAPTURE_COMPLETE = 0,
|
||||
|
||||
Reference in New Issue
Block a user