Merge master; specify libdcp-1.0.
[dcpomatic.git] / src / lib / content.h
index 3172b9c8d1c77b3ad19a3d4b034b88f744181311..78a41e306010cf38828e0090151b81065ef263e7 100644 (file)
@@ -57,6 +57,9 @@ public:
        
        virtual void examine (boost::shared_ptr<Job>);
        virtual std::string summary () const = 0;
+       /** @return Technical details of this content; these are written to logs to
+        *  help with debugging.
+        */
        virtual std::string technical_summary () const;
        virtual std::string information () const = 0;
        virtual void as_xml (xmlpp::Node *) const;