summaryrefslogtreecommitdiffstats
path: root/include/zix/zix.h
diff options
context:
space:
mode:
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
@{
*/