Skip to content

Commit 3af856b

Browse files
committed
docs: add new libnvme headers
After splitting and reorganizing the headers, the documentation build was not updated. Signed-off-by: Daniel Wagner <[email protected]>
1 parent b604aee commit 3af856b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

libnvme/doc/meson.build

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@
99
#
1010

1111
api_files = [
12+
'accessors-fabrics.h',
13+
'accessors.h',
1214
'fabrics.h',
1315
'filters.h',
1416
'ioctl.h',
17+
'lib-types.h',
18+
'lib.h',
1519
'linux.h',
20+
'mi-types.h',
1621
'mi.h',
22+
'nbft-types.h',
1723
'nbft.h',
1824
'nvme-cmds.h',
1925
'nvme-types.h',
2026
'tree.h',
21-
'util.h'
27+
'util.h',
2228
]
2329

2430
api_paths = []

0 commit comments

Comments
 (0)