diff options
Diffstat (limited to 'doc/xml/meson.build')
-rw-r--r-- | doc/xml/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/xml/meson.build b/doc/xml/meson.build index b8863f3..c1b681c 100644 --- a/doc/xml/meson.build +++ b/doc/xml/meson.build @@ -23,6 +23,7 @@ doxygen_xml = custom_target( 'btree_8h.xml', 'bump__allocator_8h.xml', 'digest_8h.xml', + 'environment_8h.xml', 'filesystem_8h.xml', 'group__bump__allocator.xml', 'group__zix.xml', @@ -37,6 +38,8 @@ doxygen_xml = custom_target( 'group__zix__btree__setup.xml', 'group__zix__data__structures.xml', 'group__zix__digest.xml', + 'group__zix__environment.xml', + 'group__zix__expand.xml', 'group__zix__file__system.xml', 'group__zix__fs__access.xml', 'group__zix__fs__creation.xml', |