diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 19:31:25 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 19:31:25 +0100 |
commit | 7cc90d01f3cd0c9fe620e8dec17e89a91d2d8345 (patch) | |
tree | 68c594c96457f73e1498f296adfd5761d994c012 /include/raul/Array.hpp | |
parent | d1f6bd5a5828064b2cca487deff1065e33727fcf (diff) | |
download | raul-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.hpp | 9 |
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 { |