From 2bc986ecbc72768521468c0c78fc59a83c6fdf37 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 16 Mar 2009 20:21:05 +0000 Subject: [PATCH] Use paragraphs inside purpose tags. [SVN r51802] --- doc/ref.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/ref.xml b/doc/ref.xml index 046f7f28..b1933659 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -19,9 +19,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) std::allocator<Value> - + An unordered associative container that stores unique values. - + For the normative reference see chapter 23 of the working draft of the C++ standard [n2691]. @@ -69,11 +69,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) typename allocator_type::reference - lvalue of value_type. + lvalue of value_type. typename allocator_type::const_reference - const lvalue of value_type. + const lvalue of value_type. implementation-defined @@ -753,9 +753,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) std::allocator<Value> - + An unordered associative container that stores values. The same key can be stored multiple times. - + For the normative reference see chapter 23 of the working draft of the C++ standard [n2691]. @@ -803,11 +803,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) typename allocator_type::reference - lvalue of value_type. + lvalue of value_type. typename allocator_type::const_reference - const lvalue of value_type. + const lvalue of value_type. implementation-defined @@ -1491,9 +1491,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) std::allocator<std::pair<Key const, Mapped> > - + An unordered associative container that associates unique keys with another value. - + For the normative reference see chapter 23 of the working draft of the C++ standard [n2691]. @@ -1547,11 +1547,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) typename allocator_type::reference - lvalue of value_type. + lvalue of value_type. typename allocator_type::const_reference - const lvalue of value_type. + const lvalue of value_type. implementation-defined @@ -2274,9 +2274,9 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) std::allocator<std::pair<Key const, Mapped> > - + An unordered associative container that associates keys with another value. The same key can be stored multiple times. - + For the normative reference see chapter 23 of the working draft of the C++ standard [n2691]. @@ -2330,11 +2330,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) typename allocator_type::reference - lvalue of value_type. + lvalue of value_type. typename allocator_type::const_reference - const lvalue of value_type. + const lvalue of value_type. implementation-defined