summaryrefslogtreecommitdiff
path: root/src/misc/fixedsizearray.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/fixedsizearray.hpp')
-rw-r--r--src/misc/fixedsizearray.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/fixedsizearray.hpp b/src/misc/fixedsizearray.hpp
index c9e4ea59a..8b82373fa 100644
--- a/src/misc/fixedsizearray.hpp
+++ b/src/misc/fixedsizearray.hpp
@@ -31,8 +31,8 @@ protected:
};
/* make constants visible from outside */
- static const uint Tsize = sizeof(T); // size of item
- static const uint HeaderSize = sizeof(ArrayHeader); // size of header
+ static const uint Tsize = sizeof(T); ///< size of item
+ static const uint HeaderSize = sizeof(ArrayHeader); ///< size of header
/**
* the only member of fixed size array is pointer to the block