diff --git a/doc/mp11/algorithm.adoc b/doc/mp11/algorithm.adoc index c1e72e6..0f45219 100644 --- a/doc/mp11/algorithm.adoc +++ b/doc/mp11/algorithm.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#algorithm] # Algorithms, :toc: +:toc-title: :idprefix: ## mp_assign diff --git a/doc/mp11/bind.adoc b/doc/mp11/bind.adoc index 8f2ab3e..6993f09 100644 --- a/doc/mp11/bind.adoc +++ b/doc/mp11/bind.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#bind] # Bind, :toc: +:toc-title: :idprefix: ## mp_arg diff --git a/doc/mp11/function.adoc b/doc/mp11/function.adoc index e139dad..66168c2 100644 --- a/doc/mp11/function.adoc +++ b/doc/mp11/function.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#function] # Helper Metafunctions, :toc: +:toc-title: :idprefix: ## mp_void diff --git a/doc/mp11/integer_sequence.adoc b/doc/mp11/integer_sequence.adoc index 0f191f6..66c178e 100644 --- a/doc/mp11/integer_sequence.adoc +++ b/doc/mp11/integer_sequence.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#integer_sequence] # Integer Sequences, :toc: +:toc-title: :idprefix: ## integer_sequence diff --git a/doc/mp11/list.adoc b/doc/mp11/list.adoc index 67d1375..73c5a26 100644 --- a/doc/mp11/list.adoc +++ b/doc/mp11/list.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#list] # List Operations, :toc: +:toc-title: :idprefix: ## mp_list diff --git a/doc/mp11/map.adoc b/doc/mp11/map.adoc index 57ab285..96da55c 100644 --- a/doc/mp11/map.adoc +++ b/doc/mp11/map.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#map] # Map Operations, :toc: +:toc-title: :idprefix: A map is a list of lists, the inner lists having at least one element (the key.) The keys of the map must be unique. diff --git a/doc/mp11/reference.adoc b/doc/mp11/reference.adoc index 48c3721..113b0bd 100644 --- a/doc/mp11/reference.adoc +++ b/doc/mp11/reference.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#reference] # Reference :toc: +:toc-title: :idprefix: The contents of the library are in namespace `boost::mp11`. diff --git a/doc/mp11/set.adoc b/doc/mp11/set.adoc index 60d4e7b..e8d708f 100644 --- a/doc/mp11/set.adoc +++ b/doc/mp11/set.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#set] # Set Operations, :toc: +:toc-title: :idprefix: A set is a list whose elements are unique. diff --git a/doc/mp11/utility.adoc b/doc/mp11/utility.adoc index 1493cfb..a0ac9ba 100644 --- a/doc/mp11/utility.adoc +++ b/doc/mp11/utility.adoc @@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt [#utility] # Utility Components, :toc: +:toc-title: :idprefix: ## mp_identity