From ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jan 2021 04:15:26 +0100 Subject: Tidying. --- src/bitstream.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/bitstream.h') diff --git a/src/bitstream.h b/src/bitstream.h index 1295f79e..2dc7c20e 100644 --- a/src/bitstream.h +++ b/src/bitstream.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of libdcp. @@ -32,6 +32,11 @@ */ +/** @file src/bitstream.h + * @brief Bitstream class + */ + + #include #include #include @@ -40,6 +45,7 @@ namespace dcp { + class Bitstream { public: @@ -58,4 +64,5 @@ private: boost::optional > _crc; }; + } -- cgit v1.2.3