From: Carl Hetherington Date: Sun, 17 May 2020 20:45:59 +0000 (+0200) Subject: Add a descriptive comment to a test file. X-Git-Tag: v2.15.74~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=5fa43b4073033a5874106cc817c904bf3d58e4bf Add a descriptive comment to a test file. --- diff --git a/test/empty_test.cc b/test/empty_test.cc index a2557d4d8..1588a9948 100644 --- a/test/empty_test.cc +++ b/test/empty_test.cc @@ -18,6 +18,11 @@ */ +/** @file test/empty_test.cc + * @brief Test the creation of Empty objects. + * @ingroup specific + */ + #include "lib/film.h" #include "lib/dcp_content_type.h" #include "lib/ratio.h"