diff options
author | David Robillard <d@drobilla.net> | 2022-11-02 08:26:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-02 08:26:14 -0400 |
commit | eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e (patch) | |
tree | 735db43244f99664a2d3c96102e7478a68a65265 /include/zix/filesystem.h | |
parent | 9af648d05e78c3ee9f39ad02b5ccda895d0d867d (diff) | |
download | zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.tar.gz zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.tar.bz2 zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.zip |
Improve documentation headings
Diffstat (limited to 'include/zix/filesystem.h')
-rw-r--r-- | include/zix/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/filesystem.h b/include/zix/filesystem.h index 7b01c0e..e07b579 100644 --- a/include/zix/filesystem.h +++ b/include/zix/filesystem.h @@ -19,7 +19,7 @@ ZIX_BEGIN_DECLS /** - @defgroup zix_filesystem Filesystem + @defgroup zix_fs_ops Operations @ingroup zix_file_system @{ */ |