From 84391b31c62f707f80ff8f70da335c800bfded64 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Mon, 27 Jan 2020 10:53:13 +0100 Subject: [PATCH] Compilation flag documentation included fixes #1812 close #1824 --- CHANGELOG.md | 1 + doc/qbk/03_core/8_conf_macros.qbk | 4 +++- doc/qbk/03_core/_core.qbk | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a4bbdd..9045f8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/qbk/03_core/8_conf_macros.qbk b/doc/qbk/03_core/8_conf_macros.qbk index 4e799f74..63e9c758 100644 --- a/doc/qbk/03_core/8_conf_macros.qbk +++ b/doc/qbk/03_core/8_conf_macros.qbk @@ -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] diff --git a/doc/qbk/03_core/_core.qbk b/doc/qbk/03_core/_core.qbk index 18de34f0..37e9d011 100644 --- a/doc/qbk/03_core/_core.qbk +++ b/doc/qbk/03_core/_core.qbk @@ -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]