summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-17 22:45:59 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-17 22:45:59 +0200
commit5fa43b4073033a5874106cc817c904bf3d58e4bf (patch)
tree0a8f2a56f04c26b404cd0ea5c4a0a497e7f5a1a6
parent97f0b9b3ed8a2c64b0f2cb0c6d4d07acde51be6b (diff)
Add a descriptive comment to a test file.
-rw-r--r--test/empty_test.cc5
1 files changed, 5 insertions, 0 deletions
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"