Comment / tidy.
[libdcp.git] / src / kdm.h
index 4e897ca81c0f03015ebe953b45a7b0f8c692a037..02395a728f559af67159c39d97e1403ad9229e88 100644 (file)
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 */
 
 /** @file  src/kdm.h
- *  @brief Handling of Key Delivery Messages (KDMs).
+ *  @brief KDM and KDMKey classes.
  */
 
 #ifndef LIBDCP_KDM_H
 #define LIBDCP_KDM_H
 
+#include "key.h"
+#include "metadata.h"
 #include <boost/filesystem.hpp>
 #include <boost/scoped_ptr.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
-#include "key.h"
-#include "metadata.h"
 
 class kdm_key_test;
 
-namespace libdcp {
+namespace dcp {
 
 namespace xml {
        class DCinemaSecurityMessage;
@@ -161,8 +161,8 @@ public:
         *  @param recipient_cert Certificate of the projector that this KDM is targeted at.
         *  @param not_valid_before Start of validity period.
         *  @param not_valid_after End of validity period.
-        *  @param annotation_text Text for the <AnnotationText> node.
-        *  @param issue_date Text for the <IssueDate> node.
+        *  @param annotation_text Text for the &lt;AnnotationText&gt; node.
+        *  @param issue_date Text for the &lt;IssueDate&gt; node.
         */
        KDM (
                boost::shared_ptr<const CPL> cpl, boost::shared_ptr<const Signer> signer, boost::shared_ptr<const Certificate> recipient_cert,