X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpkl.h;h=01988e70eda1746a2053476c7e979a31c7bdc318;hb=4bd57fbbac67ac04ec47a9765b9f278aa1691851;hp=fb2f31611f68715e8626b6e48c0ef0b5fc947622;hpb=6c37cc1979b2a01205a888c4c98f3334685ee8dd;p=libdcp.git 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