lib: Hide struct fp_minutiae from the docs
It's only used internally.
This commit is contained in:
parent
b5f175b78e
commit
6ba1016024
2 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,6 @@ fp_img_driver
|
|||
<SECTION>
|
||||
<INCLUDE>fpi-img.h</INCLUDE>
|
||||
<FILE>fpi-img</FILE>
|
||||
fp_minutiae
|
||||
FpiImgFlags
|
||||
|
||||
fpi_img_new
|
||||
|
|
|
@ -67,7 +67,9 @@ struct fp_img {
|
|||
int height;
|
||||
size_t length;
|
||||
FpiImgFlags flags;
|
||||
/*< private >*/
|
||||
struct fp_minutiae *minutiae;
|
||||
/*< public >*/
|
||||
unsigned char *binarized;
|
||||
unsigned char data[0];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue