Various comment fixes to tests.
[dcpomatic.git] / test / ratio_test.cc
index f3784cad292d4ac5b2076d00e0a2174ae8075107..f5ac3ca64bff3f2b39bc939233b1c29c7aabafe9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
+/** @file  test/ratio_test.cc
+ *  @brief Test Ratio and fit_ratio_within().
+ */
+
 #include <iostream>
 #include <boost/test/unit_test.hpp>
 #include <dcp/util.h>