Comment format tweak.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 May 2017 22:50:52 +0000 (23:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 May 2017 22:50:52 +0000 (23:50 +0100)
src/lib/overlaps.h

index e8216fce0c6b1ac63964aaa180cc5532a188c52c..e5b3fc38e0b67e0813809afa5e3b8ce141575cc6 100644 (file)
@@ -24,8 +24,9 @@
 class ContentPart;
 
 /** @return Pieces of content with a given part (video, audio,
- * subtitle) that overlap a specified time range in the given
- * ContentList */
+ *  subtitle) that overlap a specified time range in the given
+ *  ContentList
+ */
 ContentList overlaps (
        ContentList cl, boost::function<boost::shared_ptr<ContentPart> (boost::shared_ptr<const Content>)> part, DCPTime from, DCPTime to
        );