forked from boostorg/core
Simplify index documentation and add author information
This commit is contained in:
+15
-1
@@ -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]
|
||||
|
||||
``
|
||||
|
||||
Reference in New Issue
Block a user