diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-22 16:18:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-22 16:18:04 +0100 |
| commit | 28ad2d566af1f59274fd1e16f6ba5da7479fc197 (patch) | |
| tree | dc91c6dd67aa0eb2e2272ebee37f793c02880a2b /src/cpl.h | |
| parent | e75aef94aa603f5fa464a2b01ad4a19ce9f72c41 (diff) | |
Comment tweaks.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -125,7 +125,12 @@ public: std::string label_text; }; -/** Class to parse a CPL */ +/** @class CPL + * @brief Class to parse a CPL + * + * This class is used to parse XML CPL files. It is rarely necessary + * for the caller to use it outside libdcp. + */ class CPL : public XMLFile { public: |
