]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/hash.h
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / hash.h
index 577d1f52711b50790af510d809a31efbc25ac01a..684eeeeef02204eb8218f32eac671bd1ea480fbc 100644 (file)
@@ -7,18 +7,18 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * $Id: hash.h,v 1.6 2006/10/06 21:23:47 fw Exp $
- *
- * Hash calculation (header)
  */
 
 
 #ifndef __hash_h__
 #define __hash_h__
 
-GLOBAL UINT32 Hash PARAMS((const char *String ));
+/**
+ * @file
+ * Hash calculation (header)
+ */
 
+GLOBAL UINT32 Hash PARAMS((const char *String ));
 
 #endif