mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Change performance doc generator to shorten path names.
Make sure all sections have names. See #13001.
This commit is contained in:
@ -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
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user