Change performance doc generator to shorten path names.

Make sure all sections have names.
See #13001.
This commit is contained in:
jzmaddock
2017-08-01 08:18:05 +01:00
parent bc9b25b5d3
commit 9cfc6a4e30
4 changed files with 88 additions and 181 deletions

View File

@ -5,7 +5,7 @@
http://www.boost.org/LICENSE_1_0.txt).
]
[section Introduction and Overview]
[section:intro Introduction and Overview]
Regular expressions are a form of pattern-matching that are often used in
text processing; many users will be familiar with the Unix utilities grep, sed

View File

@ -81,20 +81,20 @@ PDF version of this manual is also available].
[include posix_api.qbk]
[include concepts.qbk]
[section Deprecated Interfaces]
[section:deprecated Deprecated Interfaces]
[include regex_format.qbk]
[include regex_grep.qbk]
[include regex_split.qbk]
[include old_regex.qbk]
[endsect]
[section Internal Details]
[section:internals Internal Details]
[include unicode_iterators.qbk]
[endsect]
[endsect]
[section Background Information]
[section:background Background Information]
[include headers.qbk]
[include locale.qbk]