diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-03 17:12:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-03 17:12:12 +0100 |
| commit | faa03caeb082459e0283be39198464f50bef780a (patch) | |
| tree | dc8114e6d06e79958d2a5374bba8157ec27c5b5f /src/data.h | |
| parent | 94245f8ccec610d9d7f9a1a7dae0e4d53f917ee8 (diff) | |
A few bits of documentation.
Diffstat (limited to 'src/data.h')
| -rw-r--r-- | src/data.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |
