fdu2000: This comment is not API docs

So format it in a way that gtk-doc doesn't think it's API docs.
This commit is contained in:
Bastien Nocera 2018-09-04 15:44:26 +02:00
parent b4819701b4
commit 065c0b6202

View file

@ -215,7 +215,7 @@ read:
p += sizeof SOL + 4; p += sizeof SOL + 4;
int j; int j;
for (j = 0; j < RAW_IMAGE_WIDTH; j++) { for (j = 0; j < RAW_IMAGE_WIDTH; j++) {
/** /*
* Convert from 4 to 8 bits * Convert from 4 to 8 bits
* The SECUGEN-FDU2000 has 4 lines of data, so we need to join 2 bytes into 1 * The SECUGEN-FDU2000 has 4 lines of data, so we need to join 2 bytes into 1
*/ */