Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / ratio.h
index a6f2bbd739e048190a642c7796d4114777e84c0f..40f596ab8ea6dd1f3d0aa6a9c9bb6e7b69d4428d 100644 (file)
@@ -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: