From eb7900d5f55a7864ad66cb6aa3fd3ce0c91eee3e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Nov 2022 08:26:14 -0400 Subject: Improve documentation headings --- include/zix/filesystem.h | 2 +- include/zix/path.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.1