summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 21:08:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 21:08:50 +0100
commite9ab736ffa8088301edd658afcc98a9add517205 (patch)
tree184b6d4dfc0f31161adcfce8d3d64fe4c514d7f0 /src
parentd62c4a1d830f9bc8b763e56b830321956369babf (diff)
Comments.
Diffstat (limited to 'src')
-rw-r--r--src/xml/kdm_smpte.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/xml/kdm_smpte.h b/src/xml/kdm_smpte.h
index bfd9a633..e8e65e98 100644
--- a/src/xml/kdm_smpte.h
+++ b/src/xml/kdm_smpte.h
@@ -17,6 +17,18 @@
*/
+/** @file src/xml/kdm_smpte.h
+ * @brief 1:1ish C++ representations of the XML schema for a SMPTE KDM.
+ *
+ * This file contains classes which map pretty-much 1:1 to the elements in a SMPTE KDM
+ * (Key Delivery Message). The `main' KDM class contains a pointer to a DCinemaSecurityMessage
+ * from this file.
+ *
+ * This should probably have been automatically generated from the XSD,
+ * but I think it's too much trouble considering that the XSD does not
+ * change very often.
+ */
+
#ifndef LIBDCP_XML_KDM_SMPTE_H
#define LIBDCP_XML_KDM_SMPTE_H