diff options
Diffstat (limited to 'include')
-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 |