diff options
Diffstat (limited to 'include/zix/digest.h')
-rw-r--r-- | include/zix/digest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/digest.h b/include/zix/digest.h index 4c4fb02..deffaf0 100644 --- a/include/zix/digest.h +++ b/include/zix/digest.h @@ -13,7 +13,7 @@ ZIX_BEGIN_DECLS /** @defgroup zix_digest Digest - @ingroup zix_utilities + @ingroup zix_algorithms Functions to generate a short "digest" of data with minimal collisions. |