summaryrefslogtreecommitdiffhomepage
path: root/example/smart_ptr_example
diff options
context:
space:
mode:
Diffstat (limited to 'example/smart_ptr_example')
-rw-r--r--example/smart_ptr_example/example.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/smart_ptr_example/example.cc b/example/smart_ptr_example/example.cc
index a8293f2..e0f8555 100644
--- a/example/smart_ptr_example/example.cc
+++ b/example/smart_ptr_example/example.cc
@@ -2,6 +2,7 @@
#include <ocl/print.hpp>
#include <ocl/smart_ptr.hpp>
+/// \brief Smart pointer example.
auto main(int argc, char** argv) -> int
{
ocl::shared_ptr<std::ostream> smart = ocl::delete_ptr(&std::cout);