diff options
Diffstat (limited to 'src/lib/ratio.h')
| -rw-r--r-- | src/lib/ratio.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/ratio.h b/src/lib/ratio.h index a6f2bbd73..40f596ab8 100644 --- a/src/lib/ratio.h +++ b/src/lib/ratio.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -25,6 +25,9 @@ #include <boost/utility.hpp> #include <vector> +/** @class Ratio + * @brief Description of an image ratio. + */ class Ratio : public boost::noncopyable { public: |
