summaryrefslogtreecommitdiff
path: root/src/array_data.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
commitceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch)
treec55e4b85ee30138ce83263045d77d01631378b2e /src/array_data.cc
parent6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff)
Tidying.
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)
{
}