diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 81b844b99..c736cff2c 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -539,3 +539,8 @@ The tag `` can be added as well to provide more information about the type * `string='std-like'` can be set for containers that match `std::string` interfaces. * `associative='std-like'` can be set for containers that match C++'s `AssociativeContainer` interfaces. + +# `` + +Specify that a class is a smart pointer by using ``. +