summaryrefslogtreecommitdiff
path: root/src/pkl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkl.h')
-rw-r--r--src/pkl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pkl.h b/src/pkl.h
index fb2f3161..01988e70 100644
--- a/src/pkl.h
+++ b/src/pkl.h
@@ -32,6 +32,11 @@
*/
+/** @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