summaryrefslogtreecommitdiff
path: root/oids.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-04-08 01:51:21 -0400
committerJeffrey Walton <noloader@gmail.com>2016-04-08 01:51:21 -0400
commit198ae5a5181cb19dfe2c02005c1b928d60377c1a (patch)
tree0759665148e244b40bf5a0e44fd545b147e49999 /oids.h
parent50e5c14c18671726d23479b5e0cadc4224100259 (diff)
downloadcryptopp-git-198ae5a5181cb19dfe2c02005c1b928d60377c1a.tar.gz
Updated documentation
Diffstat (limited to 'oids.h')
-rw-r--r--oids.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/oids.h b/oids.h
index 9eac4f10..e43e2992 100644
--- a/oids.h
+++ b/oids.h
@@ -1,14 +1,11 @@
// oids.h - written and placed in the public domain by Wei Dai
-//! \file
-//! \headerfile oids.h
-//! \brief Object identifiers for algorthms and schemes
+//! \file oids.h
+//! \brief ASN.1 object identifiers for algorthms and schemes
#ifndef CRYPTOPP_OIDS_H
#define CRYPTOPP_OIDS_H
-// crypto-related ASN.1 object identifiers
-
#include "asn.h"
NAMESPACE_BEGIN(CryptoPP)