From 233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Apr 2014 20:57:02 +0100 Subject: Various comment fixes to tests. --- test/make_black_test.cc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'test/make_black_test.cc') diff --git a/test/make_black_test.cc b/test/make_black_test.cc index 88c1bd0f4..0ae2fd137 100644 --- a/test/make_black_test.cc +++ b/test/make_black_test.cc @@ -17,6 +17,13 @@ */ +/** @file test/make_black_test.cc + * @brief Check that Image::make_black works, and doesn't use values which crash + * sws_scale(). + * + * @see test/image_test.cc + */ + #include #include extern "C" { @@ -27,9 +34,6 @@ extern "C" { using std::list; -/* Check that Image::make_black works, and doesn't use values which crash - sws_scale(). -*/ BOOST_AUTO_TEST_CASE (make_black_test) { dcp::Size in_size (512, 512); -- cgit v1.2.3