diff options
author | David Robillard <d@drobilla.net> | 2022-11-02 18:45:53 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-02 18:45:53 -0400 |
commit | 8feafa8f00d304a936d926246c29fc48d92535e7 (patch) | |
tree | c136554a95b1ff999e416e42c74a42aa0ef46ed9 /include/zix/digest.h | |
parent | dedf8b645ad676e7947c83f320198d43f4341570 (diff) | |
download | zix-8feafa8f00d304a936d926246c29fc48d92535e7.tar.gz zix-8feafa8f00d304a936d926246c29fc48d92535e7.tar.bz2 zix-8feafa8f00d304a936d926246c29fc48d92535e7.zip |
Improve documentation
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. |