From cafa05dab5b6f724d4cc830980b828015f57e991 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 5 Sep 2018 13:21:43 +0200 Subject: [PATCH] doc: Add include to each section rather than globally So that we can document internal driver APIs and mention the correct include. --- doc/libfprint-sections.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/libfprint-sections.txt b/doc/libfprint-sections.txt index e3d1bb8d..a4294953 100644 --- a/doc/libfprint-sections.txt +++ b/doc/libfprint-sections.txt @@ -1,6 +1,6 @@ -fprint.h
+fprint.h events Initialisation and events handling fp_set_debug @@ -17,6 +17,7 @@ fp_set_pollfd_notifiers
+fprint.h discovery Device discovery fp_dscv_dev @@ -32,6 +33,7 @@ fp_dscv_dev_for_dscv_print
+fprint.h drv fp_driver fp_driver_get_name @@ -41,6 +43,7 @@ fp_driver_get_scan_type
+fprint.h dev fp_dev fp_scan_type @@ -91,6 +94,7 @@ fp_async_capture_stop
+fprint.h print_data fp_finger fp_print_data @@ -106,6 +110,7 @@ fp_print_data_get_devtype
+fprint.h dscv_print fp_dscv_print fp_discover_prints @@ -117,6 +122,7 @@ fp_dscv_print_delete
+fprint.h img fp_img fp_minutia @@ -131,5 +137,6 @@ fp_img_get_minutiae
+fprint.h poll