Tidying.
[libdcp.git] / src / pkl.h
index fb2f31611f68715e8626b6e48c0ef0b5fc947622..01988e70eda1746a2053476c7e979a31c7bdc318 100644 (file)
--- a/src/pkl.h
+++ b/src/pkl.h
 */
 
 
+/** @file  src/pkl.cc
+ *  @brief PKL class
+ */
+
+
 #ifndef LIBDCP_PKL_H
 #define LIBDCP_PKL_H
 
@@ -137,6 +142,8 @@ private:
        mutable boost::optional<boost::filesystem::path> _file;
 };
 
+
 }
 
+
 #endif