diff --git a/doc/html/mp11.html b/doc/html/mp11.html
index 367185b..fab4c02 100644
--- a/doc/html/mp11.html
+++ b/doc/html/mp11.html
@@ -607,6 +607,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
tuple_for_each(tp, f)
+Convenience Header, <boost/mp11.hpp>
+MPL Support, <boost/mp11/mpl.hpp>
Appendix A: Copyright and License
@@ -3880,6 +3882,33 @@ expression f(std::get<J>(std::forward<Tp>(tp)))
for
+
+
Convenience Header, <boost/mp11.hpp>
+
+
The convenience header <boost/mp11.hpp>
includes all of the
+headers listed previously in this reference.
+
+
+
+
MPL Support, <boost/mp11/mpl.hpp>
+
+
The header <boost/mp11/mpl.hpp>
, when included, defines the
+necessary support infrastructure for mp_list
and std::tuple
+to be valid MPL sequences.
+
+
+
+
+
+ Note
+ |
+
+mpl.hpp is not included by <boost/mp11.hpp> .
+ |
+
+
+
+
diff --git a/doc/mp11/mp11.adoc b/doc/mp11/mp11.adoc
new file mode 100644
index 0000000..0e573f6
--- /dev/null
+++ b/doc/mp11/mp11.adoc
@@ -0,0 +1,17 @@
+////
+Copyright 2017 Peter Dimov
+
+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
+////
+
+[#mp11]
+# Convenience Header,
+:toc:
+:toc-title:
+:idprefix:
+
+The convenience header `` includes all of the
+headers listed previously in this reference.
diff --git a/doc/mp11/mpl.adoc b/doc/mp11/mpl.adoc
new file mode 100644
index 0000000..29f1a90
--- /dev/null
+++ b/doc/mp11/mpl.adoc
@@ -0,0 +1,20 @@
+////
+Copyright 2017 Peter Dimov
+
+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
+////
+
+[#mpl]
+# MPL Support,
+:toc:
+:toc-title:
+:idprefix:
+
+The header ``, when included, defines the
+necessary support infrastructure for `mp_list` and `std::tuple`
+to be valid link:../../../../libs/mpl[MPL] sequences.
+
+NOTE: `mpl.hpp` is not included by ``.
diff --git a/doc/mp11/reference.adoc b/doc/mp11/reference.adoc
index 208c9b3..d836ce8 100644
--- a/doc/mp11/reference.adoc
+++ b/doc/mp11/reference.adoc
@@ -37,4 +37,8 @@ include::integer_sequence.adoc[]
include::tuple.adoc[]
+include::mp11.adoc[]
+
+include::mpl.adoc[]
+
:leveloffset: -1