Commit ff50a940 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Added comment for namespace Pointers.

parent e1d3086e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -11,6 +11,12 @@
#pragma once

namespace TNL {

/**
 * \brief Namespace for TNL pointers.
 *
 * Pointers in TNL are similar to STL pointers but they work across different device.
 */
namespace Pointers {

class SmartPointer