summaryrefslogtreecommitdiff
path: root/crc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-22 09:53:49 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-22 09:53:49 -0500
commitd4293182301772b9ce2a2020117b77905639c0f5 (patch)
tree0e708339acf0a5e75d468a445ba66996e7429851 /crc.h
parente1f2b696388655ad898dc40ab23ecf80578f8cf1 (diff)
downloadcryptopp-git-d4293182301772b9ce2a2020117b77905639c0f5.tar.gz
Cleanup Doxygen directives
Diffstat (limited to 'crc.h')
-rw-r--r--crc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crc.h b/crc.h
index 08a20a64..f34715f6 100644
--- a/crc.h
+++ b/crc.h
@@ -1,7 +1,6 @@
// crc.h - originally written and placed in the public domain by Wei Dai
-/// \file
-/// \headerfile crc.h
+/// \file crc.h
/// \brief Classes for CRC-32 and CRC-32C checksum algorithm
#ifndef CRYPTOPP_CRC32_H