summaryrefslogtreecommitdiff
path: root/3way.h
diff options
context:
space:
mode:
Diffstat (limited to '3way.h')
-rw-r--r--3way.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/3way.h b/3way.h
index 5827e0e6..48b65715 100644
--- a/3way.h
+++ b/3way.h
@@ -1,7 +1,8 @@
// 3way.h - written and placed in the public domain by Wei Dai
-//! \file 3way.h
-//! \brief Classes for the 3-Way block cipher
+//! \file
+//! \headerfile 3way.h
+//! \brief Class file for the 3way cipher
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
@@ -67,6 +68,3 @@ typedef ThreeWay::Decryption ThreeWayDecryption;
NAMESPACE_END
#endif
-D
-
-#endif