1
0
forked from boostorg/core

Simplify index documentation and add author information

This commit is contained in:
Glen Fernandes
2014-06-05 10:48:21 -07:00
parent 658aa6205c
commit 03acd30dda
13 changed files with 229 additions and 105 deletions
+15 -1
View File
@@ -1,4 +1,16 @@
[section:checked_delete Header <boost/core/checked_delete.hpp>]
[section:checked_delete checked_delete]
[section Authors]
* Beman Dawes
* Dave Abrahams
* Vladimir Prus
* Rainer Deyke
* John Maddock
[endsect]
[section Overview]
The header *<boost/checked_delete.hpp>* defines two function
templates, *checked_delete* and *checked_array_delete*, and two
@@ -21,6 +33,8 @@ The supplied function and class templates can be used to
prevent these problems, as they require a complete type, and
cause a compilation error otherwise.
[endsect]
[section Synopsis]
``