lib: Hide struct fp_minutiae from the docs

It's only used internally.
This commit is contained in:
Bastien Nocera 2018-11-29 17:15:10 +01:00
parent b5f175b78e
commit 6ba1016024
2 changed files with 2 additions and 1 deletions

View file

@ -235,7 +235,6 @@ fp_img_driver
<SECTION>
<INCLUDE>fpi-img.h</INCLUDE>
<FILE>fpi-img</FILE>
fp_minutiae
FpiImgFlags
fpi_img_new

View file

@ -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];
};