From e6e1333a48c1fff371b1a350f3eab223c844e202 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 5 Jun 2017 18:33:08 +0300 Subject: [PATCH] Update index.adoc --- doc/index.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/index.adoc b/doc/index.adoc index 944083f..7d3915e 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -8,8 +8,10 @@ http://www.boost.org/LICENSE_1_0.txt //// # Boost.Assert +:toc: -The Boost.Assert library... +The Boost.Assert library provides several configurable diagnostic macros +similar in behavior and purpose to the standard macro `assert` from ``. include::assert.adoc[]