man: document the <smart-pointer> element

This commit is contained in:
Daniel Marjamäki 2019-06-28 17:15:53 +02:00
parent 481d94f059
commit 325af2399b
1 changed files with 5 additions and 0 deletions

View File

@ -539,3 +539,8 @@ The tag `<type>` 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.
# `<smart-pointer>`
Specify that a class is a smart pointer by using `<smart-pointer class-name"std::shared_ptr"/>`.