diff options
author | David Robillard <d@drobilla.net> | 2025-06-07 12:00:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-06-07 12:00:01 -0400 |
commit | 94efd15ff9fdfaeab42dbfca9f3a2aa1f2f40d46 (patch) | |
tree | 32baac827b89c012b0b3b6d49a3c4abe410ef5a0 | |
parent | 32f8468c724fdfa61cf9d60a70d25b9814498d8a (diff) | |
download | zix-94efd15ff9fdfaeab42dbfca9f3a2aa1f2f40d46.tar.gz zix-94efd15ff9fdfaeab42dbfca9f3a2aa1f2f40d46.tar.bz2 zix-94efd15ff9fdfaeab42dbfca9f3a2aa1f2f40d46.zip |
Add missing declarations for temporary documentation files
-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', |