From faa03caeb082459e0283be39198464f50bef780a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Jul 2015 17:12:12 +0100 Subject: A few bits of documentation. --- src/gamma_transfer_function.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gamma_transfer_function.h') diff --git a/src/gamma_transfer_function.h b/src/gamma_transfer_function.h index 282fdfe0..24d65df0 100644 --- a/src/gamma_transfer_function.h +++ b/src/gamma_transfer_function.h @@ -17,10 +17,17 @@ */ +/** @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: -- cgit v1.2.3