From ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jan 2021 04:15:26 +0100 Subject: Tidying. --- src/pkl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/pkl.h') 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 _file; }; + } + #endif -- cgit v1.2.3