Doxygen tweaks.
[dcpomatic.git] / test / ratio_test.cc
index c56906348344d4a6434406d4091b9bb520d847f2..573e8899e6b6452594f5cc0fae17e15eae8416c2 100644 (file)
@@ -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));
 }
-