]> www.ginac.de Git - ginac.git/blobdiff - ginac/crc32.h
Finalized 1.6.3 release.
[ginac.git] / ginac / crc32.h
index 6edd5c6c09c5c87003194c2e48e35b3c97ae6b1e..0974e4263bff03fd7808997fc8754ed22fa0e16d 100644 (file)
@@ -1,8 +1,10 @@
+/** @file crc32.h
+ *
+ * CRC32 hash function. Shamelessly stolen from GNU coreutils (cksum.c). */
+
 #ifndef GINAC_CRC32_H
 #define GINAC_CRC32_H
-/**
- * CRC32 hash function. Shamelessly stolen from GNU coreutils (cksum.c)
- */
+
 namespace GiNaC
 {
 static unsigned const crctab[256] =