doc: Add fpi-data section to the docs

This commit is contained in:
Bastien Nocera
2018-11-09 14:21:10 +01:00
parent 2365c608f9
commit f45c18116a
3 changed files with 20 additions and 0 deletions

View File

@@ -63,6 +63,15 @@ struct fpi_print_data_item_fp2 {
* in any fashion that suits you.
*/
/**
* SECTION: fpi-data
* @title: Stored prints creation
*
* Stored print can be loaded and created by certain drivers which do their own
* print matching in hardware. Most drivers will not be using those functions.
* See #fp_print_data for the public API counterpart.
*/
static char *base_store = NULL;
static void storage_setup(void)