summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 3cece1da..0b746052 100644
--- a/src/data.h
+++ b/src/data.h
@@ -17,12 +17,17 @@
*/
+/** @file src/data.h
+ * @brief Data class.
+ */
+
#include <boost/shared_array.hpp>
#include <boost/filesystem.hpp>
#include <stdint.h>
namespace dcp {
+/** A block of arbitrary data */
class Data
{
public: