summaryrefslogtreecommitdiffstats
path: root/include/raul/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Array.hpp')
-rw-r--r--include/raul/Array.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/raul/Array.hpp b/include/raul/Array.hpp
index 10f352d..911fca9 100644
--- a/include/raul/Array.hpp
+++ b/include/raul/Array.hpp
@@ -25,10 +25,11 @@
namespace raul {
-/** A disposable array with size.
- *
- * \ingroup raul
- */
+/**
+ A disposable array with a size.
+
+ @ingroup raul
+*/
template<class T>
class Array : public Maid::Disposable
{