diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
| commit | e1e7de8d73bedd0c741e7df0390068c67867e09f (patch) | |
| tree | 02f007aad80f4d99707f2507a81b0685865026d0 /src/stereo_picture_frame.cc | |
| parent | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (diff) | |
Tidying.
Diffstat (limited to 'src/stereo_picture_frame.cc')
| -rw-r--r-- | src/stereo_picture_frame.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index 8df4fcc2..ac9cb6d9 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -32,6 +32,11 @@ */ +/** @file src/stereo_picture_frame.cc + * @brief StereoPictureFrame class + */ + + #include "stereo_picture_frame.h" #include "exceptions.h" #include "util.h" |
