1
0
forked from boostorg/mp11

Remove ToC titles on inner pages

This commit is contained in:
Peter Dimov
2017-06-07 00:13:13 +03:00
parent 415e4ca420
commit b7839dbdb5
9 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#algorithm] [#algorithm]
# Algorithms, <boost/mp11/algorithm.hpp> # Algorithms, <boost/mp11/algorithm.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## mp_assign<L1, L2> ## mp_assign<L1, L2>

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#bind] [#bind]
# Bind, <boost/mp11/bind.hpp> # Bind, <boost/mp11/bind.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## mp_arg<I> ## mp_arg<I>

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#function] [#function]
# Helper Metafunctions, <boost/mp11/function.hpp> # Helper Metafunctions, <boost/mp11/function.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## mp_void<T...> ## mp_void<T...>

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#integer_sequence] [#integer_sequence]
# Integer Sequences, <boost/mp11/integer_sequence.hpp> # Integer Sequences, <boost/mp11/integer_sequence.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## integer_sequence<T, I...> ## integer_sequence<T, I...>

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#list] [#list]
# List Operations, <boost/mp11/list.hpp> # List Operations, <boost/mp11/list.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## mp_list<T...> ## mp_list<T...>

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#map] [#map]
# Map Operations, <boost/mp11/map.hpp> # Map Operations, <boost/mp11/map.hpp>
:toc: :toc:
:toc-title:
:idprefix: :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. 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.

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#reference] [#reference]
# Reference # Reference
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
The contents of the library are in namespace `boost::mp11`. The contents of the library are in namespace `boost::mp11`.

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#set] [#set]
# Set Operations, <boost/mp11/set.hpp> # Set Operations, <boost/mp11/set.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
A set is a list whose elements are unique. A set is a list whose elements are unique.

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#utility] [#utility]
# Utility Components, <boost/mp11/utility.hpp> # Utility Components, <boost/mp11/utility.hpp>
:toc: :toc:
:toc-title:
:idprefix: :idprefix:
## mp_identity<T> ## mp_identity<T>