Tidying.
[libdcp.git] / src / combine.h
index 21acbb04816d1a0d0af8d9c4cc6d83a7eee88750..dd992f1ba0874f6421cfac12d436802bcbdc8e0c 100644 (file)
 */
 
 
+/** @file  src/combine.h
+ *  @brief Method to combine DCPs
+ */
+
+
 #include "compose.hpp"
 #include "version.h"
 #include <boost/filesystem.hpp>
 
 namespace dcp {
 
+
 class CertificateChain;
 
+
 void combine (
        std::vector<boost::filesystem::path> inputs,
        boost::filesystem::path output,
@@ -51,5 +58,6 @@ void combine (
        std::shared_ptr<const CertificateChain> signer = std::shared_ptr<CertificateChain>()
        );
 
+
 }