From 5fa43b4073033a5874106cc817c904bf3d58e4bf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 May 2020 22:45:59 +0200 Subject: [PATCH] Add a descriptive comment to a test file. --- test/empty_test.cc | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.30.2