diff --git a/doc/concepts.qbk b/doc/concepts.qbk
index 773ef9d..f379e18 100644
--- a/doc/concepts.qbk
+++ b/doc/concepts.qbk
@@ -1,3 +1,8 @@
+[/
+ Copyright 2010 Neil Groves
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+/]
[section:concepts Range Concepts]
[section Overview]
@@ -246,6 +251,5 @@ __iterator_concepts__
__concept_check__
[endsect]
-
[endsect]
diff --git a/doc/examples.qbk b/doc/examples.qbk
index bea16e2..1dfb924 100644
--- a/doc/examples.qbk
+++ b/doc/examples.qbk
@@ -1,4 +1,9 @@
-[section Examples]
+[/
+ Copyright 2010 Neil Groves
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+/]
+[section:examples Examples]
Some examples are given in the accompanying test files:
diff --git a/doc/faq.qbk b/doc/faq.qbk
index f01ffe8..ada6361 100644
--- a/doc/faq.qbk
+++ b/doc/faq.qbk
@@ -1,4 +1,9 @@
-[section FAQ]
+[/
+ Copyright 2010 Neil Groves
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+/]
+[section:faq FAQ]
1. ['[*Why is there no difference between `range_iterator Copyright © 2003 -2010 Thorsten Ottosen, Neil Groves
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Table of Contents
@@ -142,7 +143,7 @@
Last revised: July 22, 2010 at 23:20:42 GMT Last revised: December 22, 2010 at 21:58:52 GMT
@@ -75,7 +75,7 @@
Traversal Iterator.
-
-
+
diff --git a/doc/html/quickbook_HTML.manifest b/doc/html/quickbook_HTML.manifest
index 7c5d13a..b12e40e 100644
--- a/doc/html/quickbook_HTML.manifest
+++ b/doc/html/quickbook_HTML.manifest
@@ -34,7 +34,7 @@ range/reference/adaptors/reference/tokenized.html
range/reference/adaptors/reference/transformed.html
range/reference/adaptors/reference/uniqued.html
range/reference/algorithms.html
-range/reference/algorithms/range_algorithm_introduction.html
+range/reference/algorithms/introduction.html
range/reference/algorithms/mutating.html
range/reference/algorithms/mutating/copy.html
range/reference/algorithms/mutating/copy_backward.html
@@ -132,11 +132,11 @@ range/reference/extending/method_3.html
range/reference/extending/method_3/method_3_1.html
range/reference/extending/method_3/method_3_2.html
range/style_guide.html
-range/library_headers.html
-range/library_headers/general.html
-range/library_headers/adaptors.html
-range/library_headers/algorithm.html
-range/library_headers/algorithm_extensions.html
+range/headers.html
+range/headers/general.html
+range/headers/adaptors.html
+range/headers/algorithm.html
+range/headers/algorithm_ext.html
range/examples.html
range/mfc_atl.html
range/mfc_atl/requirements.html
@@ -145,6 +145,7 @@ range/mfc_atl/atl_ranges.html
range/mfc_atl/const_ranges.html
range/mfc_atl/references.html
range/upgrade.html
+range/upgrade/upgrade_from_1_45.html
range/upgrade/upgrade_from_1_42.html
range/upgrade/upgrade_from_1_34.html
range/portability.html
diff --git a/doc/html/range/concepts.html b/doc/html/range/concepts.html
index b071de6..c3c92a8 100644
--- a/doc/html/range/concepts.html
+++ b/doc/html/range/concepts.html
@@ -24,7 +24,7 @@
-
+
Notation
@@ -65,7 +65,7 @@
-
+
Description
-
+
Refinement
of
@@ -83,7 +83,7 @@
Forward Range
diff --git a/doc/html/range/concepts/concept_checking.html b/doc/html/range/concepts/concept_checking.html index ec75e36..a5ba407 100644 --- a/doc/html/range/concepts/concept_checking.html +++ b/doc/html/range/concepts/concept_checking.html @@ -79,7 +79,7 @@
diff --git a/doc/html/range/concepts/forward_range.html b/doc/html/range/concepts/forward_range.html index c74fdef..73c2ce6 100644 --- a/doc/html/range/concepts/forward_range.html +++ b/doc/html/range/concepts/forward_range.html @@ -27,7 +27,7 @@ Forward Range
@@ -73,14 +73,14 @@ Traversal Iterator.
diff --git a/doc/html/range/concepts/random_access_range.html b/doc/html/range/concepts/random_access_range.html index 0f0830b..df5159f 100644 --- a/doc/html/range/concepts/random_access_range.html +++ b/doc/html/range/concepts/random_access_range.html @@ -27,7 +27,7 @@ Random Access Range
@@ -35,7 +35,7 @@ Access Traversal Iterator.
boost::size(a)
completes in amortized constant time.
@@ -73,7 +73,7 @@ Pass Iterator.
diff --git a/doc/html/range/examples.html b/doc/html/range/examples.html index 14aad79..5a4201b 100644 --- a/doc/html/range/examples.html +++ b/doc/html/range/examples.html @@ -6,7 +6,7 @@ - +
@@ -20,7 +20,7 @@