summaryrefslogtreecommitdiff
path: root/oids.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-29 10:54:33 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-29 10:54:33 -0500
commit61ec50dabe14c5d4582ac187706ea27645b3562b (patch)
tree18a2eebb7adc8c9556ce132d7081a105fa058d6b /oids.h
parent16ebfa72bf130c4725e652e4d3688d97d3feb0ee (diff)
downloadcryptopp-git-61ec50dabe14c5d4582ac187706ea27645b3562b.tar.gz
Change Doxygen comment style from //! to ///
Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
Diffstat (limited to 'oids.h')
-rw-r--r--oids.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/oids.h b/oids.h
index c4502a5b..fff82989 100644
--- a/oids.h
+++ b/oids.h
@@ -1,13 +1,13 @@
// oids.h - originally written and placed in the public domain by Wei Dai
-//! \file oids.h
-//! \brief ASN.1 object identifiers for algorthms and schemes
-//! \details Most OIDs can be found at http://www.oid-info.com/. The Chinese OIDs
-//! are assigned in GM/T 0006-2012, Cryptographic Application Identifier Criterion
-//! Specification. A reproduction can be found at http://gmssl.org/docs/oid.html.
-//! There seems to be some confusion between the text of GmSSL's oid.html web page
-//! and the actual OID used in the code. We used the same OIDs that were detailed in
-//! http://github.com/guanzhi/GmSSL/blob/master/crypto/objects/objects.txt.
+/// \file oids.h
+/// \brief ASN.1 object identifiers for algorthms and schemes
+/// \details Most OIDs can be found at http://www.oid-info.com/. The Chinese OIDs
+/// are assigned in GM/T 0006-2012, Cryptographic Application Identifier Criterion
+/// Specification. A reproduction can be found at http://gmssl.org/docs/oid.html.
+/// There seems to be some confusion between the text of GmSSL's oid.html web page
+/// and the actual OID used in the code. We used the same OIDs that were detailed in
+/// http://github.com/guanzhi/GmSSL/blob/master/crypto/objects/objects.txt.
#ifndef CRYPTOPP_OIDS_H
#define CRYPTOPP_OIDS_H