summaryrefslogtreecommitdiffstats
path: root/include/zix/digest.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-01 00:05:22 -0400
committerDavid Robillard <d@drobilla.net>2021-07-17 19:58:17 -0400
commit4b266e2f39a8d3a49b58c861c7fd852911cf7fb0 (patch)
treedc12d618dc52b640b82e522917b238e38af033b3 /include/zix/digest.h
parent46f9327b06e866e3180c1924a0afa0afd8b0b5c5 (diff)
downloadzix-4b266e2f39a8d3a49b58c861c7fd852911cf7fb0.tar.gz
zix-4b266e2f39a8d3a49b58c861c7fd852911cf7fb0.tar.bz2
zix-4b266e2f39a8d3a49b58c861c7fd852911cf7fb0.zip
Use line comments where appropriate
Diffstat (limited to 'include/zix/digest.h')
-rw-r--r--include/zix/digest.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/zix/digest.h b/include/zix/digest.h
index 1fde77a..41db20f 100644
--- a/include/zix/digest.h
+++ b/include/zix/digest.h
@@ -26,9 +26,7 @@
extern "C" {
#endif
-/**
- Return an initial empty digest value.
-*/
+/// Return an initial empty digest value
ZIX_CONST_API
uint32_t
zix_digest_start(void);