diff options
Diffstat (limited to 'src/bitstream.cc')
| -rw-r--r-- | src/bitstream.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bitstream.cc b/src/bitstream.cc index 13d5ae4b..8b7988dd 100644 --- a/src/bitstream.cc +++ b/src/bitstream.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington <cth@carlh.net> + Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -32,6 +32,11 @@ */ +/** @file src/bitstream.cc + * @brief Bitstream class + */ + + #include "bitstream.h" #include "dcp_assert.h" #include <iostream> |
