mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Hide struct fp_minutiae from the docs
It's only used internally.
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user