X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fimage_test.cc;h=d3b0681718d43b2019008b898d2f16b04c7d6124;hb=233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb;hp=f876c8f65fc08c1e9d12b5758c982a7abe93f18e;hpb=1f8b45c7fd49714628009f5ed2161fbaa2b4d729;p=dcpomatic.git diff --git a/test/image_test.cc b/test/image_test.cc index f876c8f65..d3b068171 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington 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 @@ -17,6 +17,12 @@ */ +/** @file test/image_test.cc + * @brief Tests of the Image class. + * + * @see test/make_black_test.cc, test/pixel_formats_test.cc + */ + #include #include #include "lib/image.h"