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 | |
parent | 9af648d05e78c3ee9f39ad02b5ccda895d0d867d (diff) | |
download | zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.tar.gz zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.tar.bz2 zix-eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e.zip |
Improve documentation headings
-rw-r--r-- | include/zix/filesystem.h | 2 | ||||
-rw-r--r-- | include/zix/path.h | 2 |
2 files changed, 2 insertions, 2 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 @{ */ diff --git a/include/zix/path.h b/include/zix/path.h index 7a52d31..13225e6 100644 --- a/include/zix/path.h +++ b/include/zix/path.h @@ -20,7 +20,7 @@ ZIX_BEGIN_DECLS /** - @defgroup zix_path Path + @defgroup zix_path Paths @ingroup zix_file_system Functions for interpreting and manipulating paths. These functions are |