diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-02 15:37:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 67a68bd971ebe1b35daa3f75873b4ccb53c00ba0 (patch) | |
| tree | 9b1fea4070c3b15f346cc57075bbeed1b963329d /src/lib/film.h | |
| parent | 3449bc0a6d6e77e851240a0953363f5a07ec6517 (diff) | |
Various Doxygen fixes.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index e8fcb5a45..9f473d711 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -131,7 +131,7 @@ public: ) const; std::list<ScreenKDM> make_kdms ( - std::list<boost::shared_ptr<Screen> >, + std::list<boost::shared_ptr<Screen> > screens, boost::filesystem::path cpl_file, boost::posix_time::ptime from, boost::posix_time::ptime until, @@ -160,9 +160,6 @@ public: std::list<DCPTimePeriod> reels () const; std::list<int> mapped_audio_channels () const; - /** @param A period within the DCP - * @return Name of the content which most contributes to the given period. - */ std::string content_summary (DCPTimePeriod period) const; std::list<std::string> fix_conflicting_settings (); |
