Tidying.
[libdcp.git] / src / reel_mxf.h
index 0751418994fdd6e7e091c61d3ddd02fcd44458e5..099ddfeb3580df7826bd004ff74e5b39af21c9e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/reel_mxf.h
- *  @brief ReelMXF
+ *  @brief ReelMXF class
  */
 
+
 #ifndef LIBDCP_REEL_MXF_H
 #define LIBDCP_REEL_MXF_H
 
+
 #include "ref.h"
 #include <boost/optional.hpp>
 #include <memory>
 #include <string>
 
+
 namespace cxml {
        class Node;
 }
 
+
 namespace dcp {
 
+
 /** @class ReelMXF
- *  @brief Part of a Reel's description which refers to an asset which can be encrypted.
+ *  @brief Part of a Reel's description which refers to an asset which can be encrypted
  */
 class ReelMXF
 {
@@ -124,6 +130,8 @@ private:
        boost::optional<std::string> _hash;
 };
 
+
 }
 
+
 #endif