summaryrefslogtreecommitdiffstats
path: root/raul/ArrayStack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/ArrayStack.hpp')
-rw-r--r--raul/ArrayStack.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/ArrayStack.hpp b/raul/ArrayStack.hpp
index 6d34426..c00ec22 100644
--- a/raul/ArrayStack.hpp
+++ b/raul/ArrayStack.hpp
@@ -29,6 +29,7 @@ namespace Raul {
/** An array that can also be used as a stack (with a fixed maximum size).
+ * \ingroup raul
*/
template <class T>
class ArrayStack : public Array<T>