diff --git a/doc/html/index.html b/doc/html/index.html
index bba8e552..2279bd54 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -126,6 +126,7 @@
- I/O
- Comparison
+- Hashing
Container
@@ -160,6 +161,7 @@
reverse_view
nview
repetitive_view
+flatten_view
Adapted
diff --git a/doc/tuple.qbk b/doc/tuple.qbk
index 5dd6be51..4899ec43 100644
--- a/doc/tuple.qbk
+++ b/doc/tuple.qbk
@@ -23,6 +23,21 @@ As such the fusion tuple type provides a lot of functionality beyond that requir
Currently tuple is basically a synonym for __vector__, although this may be changed
in future releases of fusion.
+[heading Header]
+
+ #include
+ #include
+
+ #include
+ #include
+ #include
+
+ // for creation function
+ #include
+ #include
+ #include
+ #include
+
[heading Synopsis]
template<
typename T1 = __unspecified__,
@@ -31,8 +46,6 @@ in future releases of fusion.
typename TN = __unspecified__>
class tuple;
-/tuple.hpp>
-
[section Construction]
[heading Description]