summaryrefslogtreecommitdiff
path: root/src/lib/overlaps.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-21 23:50:52 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-21 23:50:52 +0100
commit88eb173f022062b337dc5d1681a1917c5893dc95 (patch)
tree7da79a0813d9c2c58ce78d4bfab6eb89fe4e18a6 /src/lib/overlaps.h
parentf34e4471c5023ed84bcf766da61d53b9cfcf07e2 (diff)
Comment format tweak.
Diffstat (limited to 'src/lib/overlaps.h')
-rw-r--r--src/lib/overlaps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h
index e8216fce0..e5b3fc38e 100644
--- a/src/lib/overlaps.h
+++ b/src/lib/overlaps.h
@@ -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
);