Some small documentation tweaks.
[libdcp.git] / src / cpl.h
index 66310247b5aa5358c04d3ff7bf02ea06da53b904..43c8a56ebb3f9f19e6e5b120fe01959316a74705 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -69,6 +69,12 @@ class DecryptedKDM;
 
 /** @class CPL
  *  @brief A Composition Playlist
+ *
+ *  A CPL contains some metadata and a list of Reel objects, each of which may contain picture, sound and other assets
+ *  such as subtitles and closed captions.
+ *
+ *  After creating a CPL you can add Reel objects with add(), and write an XML file describing the CPL with
+ *  write_xml().
  */
 class CPL : public Asset
 {