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:
parent
b4819701b4
commit
065c0b6202
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue