summaryrefslogtreecommitdiff
path: root/config_ns.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-10-01 12:27:39 -0400
committerJeffrey Walton <noloader@gmail.com>2020-10-01 12:27:39 -0400
commitd85a68625a705688ef61938c5e1ad254037992ae (patch)
treeb245d24d59681edc030eb5d2d8a1b6190324d098 /config_ns.h
parent4357824155fcf9380f6cfcc012b4c721f45dc928 (diff)
downloadcryptopp-git-d85a68625a705688ef61938c5e1ad254037992ae.tar.gz
Update documentation
Diffstat (limited to 'config_ns.h')
-rw-r--r--config_ns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_ns.h b/config_ns.h
index 4fc1f81c..f109809a 100644
--- a/config_ns.h
+++ b/config_ns.h
@@ -25,7 +25,7 @@
/// \namespace CryptoPP
/// \brief Crypto++ library namespace
/// \details Nearly all classes are located in the CryptoPP namespace. Within
-/// the namespace, there are two additional namespaces.
+/// the namespace, there are four additional namespaces.
/// <ul>
/// <li>Name - namespace for names used with NameValuePairs and documented
/// in argnames.h
@@ -37,6 +37,7 @@
/// <li>Weak - namespace for weak and wounded algorithms, like ARC4, MD5
/// and Pananma
/// </ul>
+/// \since Crypto++ 3.0
namespace CryptoPP { }
// Bring in the symbols found in the weak namespace; and fold Weak1 into Weak