diff options
Diffstat (limited to 'src/array.h')
-rw-r--r-- | src/array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/array.h b/src/array.h index 43892ee..75c5dd3 100644 --- a/src/array.h +++ b/src/array.h | |||
@@ -13,6 +13,7 @@ namespace Bu | |||
13 | *@param value (typename) The type of data to store in your list | 13 | *@param value (typename) The type of data to store in your list |
14 | *@param valuealloc (typename) Memory Allocator for your value type | 14 | *@param valuealloc (typename) Memory Allocator for your value type |
15 | *@param linkalloc (typename) Memory Allocator for the list links. | 15 | *@param linkalloc (typename) Memory Allocator for the list links. |
16 | *@ingroup Containers | ||
16 | */ | 17 | */ |
17 | template<typename value, int inc=10, typename valuealloc=std::allocator<value> > | 18 | template<typename value, int inc=10, typename valuealloc=std::allocator<value> > |
18 | class Array | 19 | class Array |