From 325af2399b7b6111ed21e8b2172847374f6efb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 28 Jun 2019 17:15:53 +0200 Subject: [PATCH] man: document the element --- man/reference-cfg-format.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ``. +