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]
# Algorithms, <boost/mp11/algorithm.hpp>
:toc:
:toc-title:
:idprefix:
## mp_assign<L1, L2>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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`.

View File

@@ -10,6 +10,7 @@ http://www.boost.org/LICENSE_1_0.txt
[#set]
# Set Operations, <boost/mp11/set.hpp>
:toc:
:toc-title:
:idprefix:
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 Components, <boost/mp11/utility.hpp>
:toc:
:toc-title:
:idprefix:
## mp_identity<T>