From e9ab736ffa8088301edd658afcc98a9add517205 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Sep 2013 21:08:50 +0100 Subject: Comments. --- src/xml/kdm_smpte.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/xml') 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 -- cgit v1.2.3