summaryrefslogtreecommitdiffstats
path: root/include/zix/zix.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-02 18:45:53 -0400
committerDavid Robillard <d@drobilla.net>2022-11-02 18:45:53 -0400
commit8feafa8f00d304a936d926246c29fc48d92535e7 (patch)
treec136554a95b1ff999e416e42c74a42aa0ef46ed9 /include/zix/zix.h
parentdedf8b645ad676e7947c83f320198d43f4341570 (diff)
downloadzix-8feafa8f00d304a936d926246c29fc48d92535e7.tar.gz
zix-8feafa8f00d304a936d926246c29fc48d92535e7.tar.bz2
zix-8feafa8f00d304a936d926246c29fc48d92535e7.zip
Improve documentation
Diffstat (limited to 'include/zix/zix.h')
-rw-r--r--include/zix/zix.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/zix/zix.h b/include/zix/zix.h
index db54ce4..d0ac943 100644
--- a/include/zix/zix.h
+++ b/include/zix/zix.h
@@ -17,7 +17,6 @@
*/
#include "zix/attributes.h"
-#include "zix/digest.h"
#include "zix/status.h"
#include "zix/string_view.h"
@@ -32,6 +31,14 @@
/**
@}
+ @defgroup zix_algorithms Algorithms
+ @{
+*/
+
+#include "zix/digest.h"
+
+/**
+ @}
@defgroup zix_data_structures Data Structures
@{
*/