summaryrefslogtreecommitdiffstats
path: root/include/raul/Array.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 19:31:25 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 19:31:25 +0100
commit7cc90d01f3cd0c9fe620e8dec17e89a91d2d8345 (patch)
tree68c594c96457f73e1498f296adfd5761d994c012 /include/raul/Array.hpp
parentd1f6bd5a5828064b2cca487deff1065e33727fcf (diff)
downloadraul-7cc90d01f3cd0c9fe620e8dec17e89a91d2d8345.tar.gz
raul-7cc90d01f3cd0c9fe620e8dec17e89a91d2d8345.tar.bz2
raul-7cc90d01f3cd0c9fe620e8dec17e89a91d2d8345.zip
Clean up documentation comments
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
{