diff options
Diffstat (limited to 'src/misc/array.hpp')
-rw-r--r-- | src/misc/array.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/array.hpp b/src/misc/array.hpp index a88b6cbe9..b5ec1e9ff 100644 --- a/src/misc/array.hpp +++ b/src/misc/array.hpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file array.hpp */ +/** @file array.hpp Array without an explicit maximum size. */ #ifndef ARRAY_HPP #define ARRAY_HPP |