lib: Remove upekts used headers from the docs

They're only used by this super quirky driver that stores data
internally.

See #127
This commit is contained in:
Bastien Nocera 2018-11-29 15:22:37 +01:00
parent 1d00c2d4b4
commit aff7efd891
6 changed files with 4 additions and 30 deletions

View file

@ -59,11 +59,6 @@
<xi:include href="xml/fpi-assembling.xml"/>
</chapter>
<chapter id="driver-hw-matching">
<title>Hardware print matching</title>
<xi:include href="xml/fpi-async.xml"/>
<xi:include href="xml/fpi-data.xml"/>
</chapter>
<xi:include href="xml/fpi-usb.xml"/>
</part>

View file

@ -232,19 +232,6 @@ FpiImgDriverFlags
fp_img_driver
</SECTION>
<SECTION>
<INCLUDE>fpi-async.h</INCLUDE>
<FILE>fpi-async</FILE>
fpi_drvcb_close_complete
fpi_drvcb_enroll_stage_completed
fpi_drvcb_enroll_started
fpi_drvcb_enroll_stopped
fpi_drvcb_open_complete
fpi_drvcb_report_verify_result
fpi_drvcb_verify_started
fpi_drvcb_verify_stopped
</SECTION>
<SECTION>
<INCLUDE>fpi-img.h</INCLUDE>
<FILE>fpi-img</FILE>
@ -272,15 +259,6 @@ fpi_assemble_frames
fpi_assemble_lines
</SECTION>
<SECTION>
<INCLUDE>fpi-data.h</INCLUDE>
<FILE>fpi-data</FILE>
fp_print_data_item
fpi_print_data_new
fpi_print_data_item_new
</SECTION>
<SECTION>
<INCLUDE>fpi-usb.h</INCLUDE>
<FILE>fpi-usb</FILE>

View file

@ -6,6 +6,8 @@ private_headers = [
'aeslib.h',
'assembling.h',
'fp_internal.h',
'fpi-async.h',
'fpi-data.h',
# Drivers
'aes1660.h',

View file

@ -32,7 +32,6 @@
#include "fpi-poll.h"
#include "fpi-dev.h"
#include "fpi-usb.h"
#include "fpi-data.h"
#include "fpi-img.h"
#include "fpi-assembling.h"
#include "drivers/driver_ids.h"

View file

@ -26,7 +26,7 @@
#include <errno.h>
#include <glib.h>
/**
/*
* SECTION:fpi-async
* @title: Asynchronous operations reporting
* @short_description: Asynchronous operations reporting functions

View file

@ -64,7 +64,7 @@ struct fpi_print_data_item_fp2 {
* in any fashion that suits you.
*/
/**
/*
* SECTION: fpi-data
* @title: Stored prints creation
* @short_description: Stored prints creation functions