Compilation flag documentation included

fixes #1812
close #1824
This commit is contained in:
Richard Hodges
2020-01-27 10:53:13 +01:00
parent 7ce6980042
commit 84391b31c6
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version XXX:
* fix compilation macro documentation
* examples use strands correctly
* update root certificates in examples
* clarify end-of-file behaviour in File::read docs

View File

@ -7,7 +7,7 @@
Official repository: https://github.com/boostorg/beast
]
[section Configuration preprocessor definitions]
[section Configuration Preprocessor Definitions]
A number of configuration preprocessor definitions can be used to change
the behavior of Beast.
@ -44,3 +44,5 @@ failure to do so may result in violations of ODR (One Definition Rule).
]
]
]
[endsect]

View File

@ -96,5 +96,8 @@ effect:
[include 5_buffers.qbk]
[include 6_files.qbk]
[include 7_composed.qbk]
[8_conf_macros.qbk]
[endsect]
[section:config Configuration]
[include 8_conf_macros.qbk]
[endsect]