From d410a6092bd96299535d11cd974a584ce85be890 Mon Sep 17 00:00:00 2001 From: Arno DUBOIS Date: Fri, 22 Aug 2025 13:35:42 +0000 Subject: [PATCH] docs: add missing API types documentation The api-types.h file was not included during documentation generation, thus not being available in the online doc. It was containing some important structures used as arguments for some function calls. Signed-off-by: Arno DUBOIS --- doc/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/meson.build b/doc/meson.build index f12f3b987..945d7e80e 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -9,6 +9,7 @@ # api_files = [ + 'api-types.h', 'fabrics.h', 'filters.h', 'ioctl.h',