summaryrefslogtreecommitdiffstats
path: root/raul/Array.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
committerDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
commitdbd4a1313fb0bb7c77fce135c62e1c312ebff815 (patch)
tree9d2b4724869f4431f5c33cc6596235026df12bf0 /raul/Array.hpp
parent6be5a6abd94d9d33562f8911578d246af0c7ab4d (diff)
downloadraul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.gz
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.bz2
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.zip
Touch up documentation (add everything to raul group).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2823 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Array.hpp')
-rw-r--r--raul/Array.hpp1
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