summaryrefslogtreecommitdiffstats
path: root/include/zix/zix.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-23 13:41:15 -0400
committerDavid Robillard <d@drobilla.net>2022-10-23 13:46:58 -0400
commitc886d489576cd0bc33d7d22d81981c794067946f (patch)
treef43c8d872401ed80b37f974516d9e9f2fee9d765 /include/zix/zix.h
parentf95a698b94069ed03f6a8f2d0f7eb089d66c91ef (diff)
downloadzix-c886d489576cd0bc33d7d22d81981c794067946f.tar.gz
zix-c886d489576cd0bc33d7d22d81981c794067946f.tar.bz2
zix-c886d489576cd0bc33d7d22d81981c794067946f.zip
Add path API
Diffstat (limited to 'include/zix/zix.h')
-rw-r--r--include/zix/zix.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/zix/zix.h b/include/zix/zix.h
index 223d1dc..a91b6f8 100644
--- a/include/zix/zix.h
+++ b/include/zix/zix.h
@@ -54,6 +54,14 @@
/**
@}
+ @defgroup zix_file_system File System
+ @{
+*/
+
+#include "zix/path.h"
+
+/**
+ @}
@}
*/