Check for trailing data when loading certificates.
[libdcp.git] / src / gamma_transfer_function.h
index 282fdfe01ccfd021e2c6dd78d76a34ceeb601e77..24d65df0a1309e4586441af116bf9a74e770e50f 100644 (file)
 
 */
 
+/** @file  src/gamma_transfer_function.h
+ *  @brief GammaTransferFunction class.
+ */
+
 #include "transfer_function.h"
 
 namespace dcp {
 
+/** A description of a gamma function of the f(x) = x^g where
+ *  g is the gamma.
+ */
 class GammaTransferFunction : public TransferFunction
 {
 public: