summaryrefslogtreecommitdiff
path: root/lib/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/md5sum.c')
-rw-r--r--lib/md5sum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/md5sum.c b/lib/md5sum.c
index bdd1e0636..ddddf9612 100644
--- a/lib/md5sum.c
+++ b/lib/md5sum.c
@@ -1,6 +1,6 @@
-/*
- * md5sum.c - Generate/check MD5 Message Digests
- *
+/** \ingroup signature.c
+ * \file lib/md5sum.c
+ * Generate/check MD5 Message Digests.
* Compile and link with md5.c. If you don't have getopt() in your library
* also include getopt.c. For MSDOS you can also link with the wildcard
* initialization function (wildargs.obj for Turbo C and setargv.obj for MSC)