summaryrefslogtreecommitdiff
path: root/test/ratio_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-01 22:01:54 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit6996f3e291aec986adb1589808a54d09b8647520 (patch)
tree89eb09c32349b37d6fd75f4fd5e44167d099e9db /test/ratio_test.cc
parent280fd561a8ba34c3e4552005b2d48efa0d1325dc (diff)
Doxygen tweaks.
Diffstat (limited to 'test/ratio_test.cc')
-rw-r--r--test/ratio_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ratio_test.cc b/test/ratio_test.cc
index c56906348..573e8899e 100644
--- a/test/ratio_test.cc
+++ b/test/ratio_test.cc
@@ -19,7 +19,8 @@
*/
/** @file test/ratio_test.cc
- * @brief Test Ratio and fit_ratio_within().
+ * @brief Test Ratio class and fit_ratio_within().
+ * @ingroup selfcontained
*/
#include <iostream>
@@ -66,4 +67,3 @@ BOOST_AUTO_TEST_CASE (ratio_test)
BOOST_CHECK (r);
BOOST_CHECK_EQUAL (fit_ratio_within (r->ratio(), dcp::Size (2048, 1080)), dcp::Size (2048, 1080));
}
-