diff --git a/doc/html/assert.html b/doc/html/assert.html index 9225c8d..ba09dce 100644 --- a/doc/html/assert.html +++ b/doc/html/assert.html @@ -723,6 +723,14 @@ the final executable for security reasons.
+ + + + + + diff --git a/doc/index.adoc b/doc/index.adoc index d3cf1ad..6e5026e 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -11,6 +11,7 @@ http://www.boost.org/LICENSE_1_0.txt Peter Dimov :toc: left :idprefix: +:docinfo: private-footer The Boost.Assert library provides several configurable diagnostic macros similar in behavior and purpose to the standard macro `assert` from `