summaryrefslogtreecommitdiff
path: root/src/md5.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-03 04:04:22 +0000
committerbelugas <belugas@openttd.org>2007-03-03 04:04:22 +0000
commitb71354dc406340a0d9b57b64b17ea5f3758e4309 (patch)
treea56d1e1d13bc7d618e33a50ed711f4c5387a5c21 /src/md5.h
parent6887fbbaaf73751fe0675e322c83fddcdb9f09d8 (diff)
downloadopenttd-b71354dc406340a0d9b57b64b17ea5f3758e4309.tar.xz
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/md5.h b/src/md5.h
index c3c8888d9..42cddc392 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file md5.h */
+
/*
Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved.
@@ -23,7 +25,7 @@
ghost@aladdin.com
*/
-/* $Id$ */
+
/*
Independent implementation of MD5 (RFC 1321).