Some compilers don't like x = {} where x is a boost::optional<string>
[libdcp.git] / src / data.h
index 1c35def8340d3243ade5d286ba987cd742c420b1..063187a6b2e577803f430780854437fb6464b0b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
 */
 
 
+/** @file  src/data.h
+ *  @brief Data class
+ */
+
+
 #ifndef LIBDCP_DATA_H
 #define LIBDCP_DATA_H
 
@@ -63,4 +68,5 @@ bool operator!=(Data const & a, Data const & b);
 
 }
 
+
 #endif