summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-03 17:12:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-03 17:12:12 +0100
commitfaa03caeb082459e0283be39198464f50bef780a (patch)
treedc8114e6d06e79958d2a5374bba8157ec27c5b5f /src/data.h
parent94245f8ccec610d9d7f9a1a7dae0e4d53f917ee8 (diff)
A few bits of documentation.
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: