summaryrefslogtreecommitdiff
path: root/src/lib/ratio.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-23 02:04:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-23 02:04:30 +0100
commite530b2e36d7646f7fd7bd0ca0ebcc0a40ddf52c1 (patch)
treea13ead3a0a7ed5c02f27e1b4898789c011d91aa7 /src/lib/ratio.h
parentded71cffd18962ebb6b9611a5eb6dfafe9e8e4ec (diff)
Commenting.v2.13.37
Diffstat (limited to 'src/lib/ratio.h')
-rw-r--r--src/lib/ratio.h5
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: