summaryrefslogtreecommitdiff
path: root/src/array_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/array_data.cc')
-rw-r--r--src/array_data.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/array_data.cc b/src/array_data.cc
index 61e79395..2df53830 100644
--- a/src/array_data.cc
+++ b/src/array_data.cc
@@ -32,6 +32,11 @@
*/
+/** @file src/array_data.cc
+ * @brief ArrayData class
+ */
+
+
#include "array_data.h"
#include "util.h"
#include "exceptions.h"
@@ -44,7 +49,6 @@ using namespace dcp;
ArrayData::ArrayData ()
- : _size (0)
{
}