diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-16 00:04:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-16 00:04:52 +0100 |
| commit | 119c79e39b1da062334034940bdc0a98960bae0b (patch) | |
| tree | 7c517c7e87b1418cdfc30de74413c073a0ac1374 /src/dcp_time.cc | |
| parent | 0072c362d8664edb78b82c061e32afb303f77dbf (diff) | |
Some comments.
Diffstat (limited to 'src/dcp_time.cc')
| -rw-r--r-- | src/dcp_time.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dcp_time.cc b/src/dcp_time.cc index f853143a..900d7c6e 100644 --- a/src/dcp_time.cc +++ b/src/dcp_time.cc @@ -17,6 +17,10 @@ */ +/** @file src/dcp_time.cc + * @brief A representation of time within a DCP. + */ + #include <iostream> #include <cmath> #include "dcp_time.h" |
