diff options
Diffstat (limited to 'raul/Array.hpp')
-rw-r--r-- | raul/Array.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp index 0075c34..fbc4a23 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -31,6 +31,7 @@ namespace Raul { * Has a stack-like push_back(), but is NOT a resizeable array (the size given * to the constructor or alloc method is the maximum number of elements which * can be pushed). + * \ingroup raul */ template <class T> class Array : public Deletable |