aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api.tex
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-07 18:27:44 +0000
committerlloyd <[email protected]>2008-06-07 18:27:44 +0000
commitf180b1a85275279785e145d11fc3a9077400f11b (patch)
tree163a432e78a453d2d3ee99de723cb403c5d05da8 /doc/api.tex
parent0875f4f0d1f16814b784a4ac08f4d631890b3d6e (diff)
Make the contents of Botan_types namespace be just using declarations,
instead of introducing new typedefs.
Diffstat (limited to 'doc/api.tex')
-rw-r--r--doc/api.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.tex b/doc/api.tex
index 35ba9208a..e2dbea9e2 100644
--- a/doc/api.tex
+++ b/doc/api.tex
@@ -148,7 +148,7 @@ several typedef'ed types to help buffer it against changes in machine
architecture. These types are used extensively in the interface, and
thus it would be often be convenient to use them without the
\namespace{Botan} prefix. You can do so by \keyword{using} the
-namespace \namespace{Botan\_types} (this way you can use the type
+namespace \namespace{Botan::types} (this way you can use the type
names without the namespace prefix, but the remainder of the library
stays out of the global namespace). The included types are \type{byte}
and \type{u32bit}, which are unsigned integer types.