From 065c0b6202440d0aca75552b656a79ef3d434e05 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 4 Sep 2018 15:44:26 +0200 Subject: [PATCH] fdu2000: This comment is not API docs So format it in a way that gtk-doc doesn't think it's API docs. --- libfprint/drivers/fdu2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/fdu2000.c b/libfprint/drivers/fdu2000.c index bdd2983..87d7854 100644 --- a/libfprint/drivers/fdu2000.c +++ b/libfprint/drivers/fdu2000.c @@ -215,7 +215,7 @@ read: p += sizeof SOL + 4; int j; for (j = 0; j < RAW_IMAGE_WIDTH; j++) { - /** + /* * Convert from 4 to 8 bits * The SECUGEN-FDU2000 has 4 lines of data, so we need to join 2 bytes into 1 */